feat: nested department sections, attaching department sections in the user editor

This commit is contained in:
2025-01-19 12:02:35 +04:00
parent 58ab96bdb1
commit 9dab596e87
34 changed files with 1023 additions and 488 deletions

View File

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