export enum SchoolGroupType { PUBLIC_SCHOOL = 'public school', INDEPENDENT = 'independent', CHARTER = 'charter', RELIGIOUS = 'religious', }