//#region src/SchoolSoft/api/types/teacher.d.ts type Teacher = { id: string; fname: string; lname: string; initial: string; username: string; active: '0' | '1'; type: '0' | '1' | '2' | '3' | '4' | '5'; }; //#endregion export { Teacher }; //# sourceMappingURL=teacher.d.ts.map