This commit is contained in:
12
dist/models/UpdateUser.d.ts
vendored
12
dist/models/UpdateUser.d.ts
vendored
@@ -1,12 +0,0 @@
|
||||
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