export enum ApplicationSchoolStatus { NEW = 'New', IN_PROCESS = 'In process', REJECTED = 'Archived/Rejected', ACCEPTED = 'Accepted', }