//#region src/SchoolSoft/api/types/group.d.ts type Group = { id: string; name: string; active: '0' | '1'; classtype: '0' | '1'; studentid: string; teacher: string; }; //#endregion export { Group }; //# sourceMappingURL=group.d.ts.map