export interface School { id: string; name: string; type?: string; }