export declare type schoolClass = { id: number; name: string; longName: string; active: boolean; teacher1?: number; foreColor?: string; backColor?: string; };