This commit is contained in:
12
dist/models/UpdateUser.d.ts
vendored
Normal file
12
dist/models/UpdateUser.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export declare type UpdateUser = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
username?: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
password?: string;
|
||||
enabled: boolean;
|
||||
groups?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user