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';
|
||||
export type UserCreate = {
|
||||
telegramId: number;
|
||||
@@ -16,6 +17,8 @@ export type UserCreate = {
|
||||
isDeleted: boolean;
|
||||
roleKey: string;
|
||||
payRate?: (PayRateSchema | null);
|
||||
passportImageUrl?: (string | null);
|
||||
passportImages?: (Array<PassportImageSchema> | null);
|
||||
positionKey?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user