feat: passport images for user
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { PassportImageSchema } from './PassportImageSchema';
|
||||
import type { PayRateSchema } from './PayRateSchema';
|
||||
import type { PositionSchema } from './PositionSchema';
|
||||
import type { RoleSchema } from './RoleSchema';
|
||||
@@ -18,6 +19,8 @@ export type UserSchema = {
|
||||
isDeleted: boolean;
|
||||
roleKey: string;
|
||||
payRate?: (PayRateSchema | null);
|
||||
passportImageUrl?: (string | null);
|
||||
passportImages?: (Array<PassportImageSchema> | null);
|
||||
id: number;
|
||||
role: RoleSchema;
|
||||
position?: (PositionSchema | null);
|
||||
|
||||
Reference in New Issue
Block a user