export interface Screen { id: number; name: string; devices?: string[]; show_personal_schedule: boolean; }