#nullable enable namespace ErsatzTV.Core.Api.Scheduling; /// /// A lightweight {id, name} option used by the block/schedule editor pickers /// (collection, television show, television season, smart collection search). /// public record SchedulingPickerOptionResponseModel(int Id, string Name);