feat: departments and department sections

This commit is contained in:
2024-12-17 12:43:33 +04:00
parent 43bba73f06
commit 31a959236c
40 changed files with 1220 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { UserSchema } from './UserSchema';
export type GetAvailableUsersForDepartmentSectionResponse = {
users: Array<UserSchema>;
};