namespace ErsatzTV.Application.Scheduling; public record PlayoutTemplateViewModel( int Id, TemplateViewModel Template, DecoTemplateViewModel DecoTemplate, int Index, ICollection DaysOfWeek, ICollection DaysOfMonth, ICollection MonthsOfYear, bool LimitToDateRange, int StartMonth, int StartDay, int EndMonth, int EndDay);