//#region src/SchoolSoft/api/types/location.d.ts type Location = { id: string; name: string; }; //#endregion export { Location }; //# sourceMappingURL=location.d.ts.map