using ErsatzTV.Core.Domain;
namespace ErsatzTV.Application.Playouts;
public record PlayoutViewModel(
int Id,
PlayoutChannelViewModel Channel,
PlayoutProgramScheduleViewModel ProgramSchedule,
PlayoutScheduleKind ScheduleKind);