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