new lib version [CI SKIP]
This commit is contained in:
13
dist/models/ResponseUser.d.ts
vendored
Normal file
13
dist/models/ResponseUser.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export declare type ResponseUser = {
|
||||
firstname: string;
|
||||
middlename: string;
|
||||
lastname: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
username: string;
|
||||
enabled: boolean;
|
||||
profilePic?: string;
|
||||
groups?: Array<any>;
|
||||
permissions?: Array<any>;
|
||||
id: number;
|
||||
};
|
||||
Reference in New Issue
Block a user