export interface Schedule {
    mediaId: number;
    description: string;
    start: string;
    duration: string;