export interface SubsPlease { tz: string; schedule: { [key in string]: { title: string; page: string; image_url: string; time: string; }[]; }[]; }