export enum SchoolResidentialType { DAY_SCHOOL = 'Day School', BOARDING_SCHOOL = 'Boarding School', MIXED = 'Mix (Boarding & Day school)', }