feat: nested department sections, attaching department sections in the user editor
This commit is contained in:
9
src/client/models/UpdateUserDepartmentSectionsRequest.ts
Normal file
9
src/client/models/UpdateUserDepartmentSectionsRequest.ts
Normal 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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user