namespace VNLib.Tools.Build.Executor.Model { public interface IFeedManager { /// /// Adds taskfile variables for the feed manager /// /// The taskfile variable container void AddVariables(TaskfileVars vars); /// /// The output directory of the feed /// string FeedOutputDir { get; } } }