namespace ErsatzTV.Application.Playouts; public record PlayoutAlternateScheduleViewModel( int Id, int Index, int ProgramScheduleId, ICollection DaysOfWeek, ICollection DaysOfMonth, ICollection MonthsOfYear);