namespace Recyclarr.Cli.Console.Settings; public interface ICreateConfigSettings { public string? Path { get; } public IReadOnlyCollection Templates { get; } public bool Force { get; } }