feat: nested department sections, attaching department sections in the user editor
This commit is contained in:
10
src/client/models/UserDepartmentSectionSchema.ts
Normal file
10
src/client/models/UserDepartmentSectionSchema.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { UserSchema } from './UserSchema';
|
||||
export type UserDepartmentSectionSchema = {
|
||||
user: UserSchema;
|
||||
isChief: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user