This commit is contained in:
2
dist/models/ResponseUser.d.ts
vendored
2
dist/models/ResponseUser.d.ts
vendored
@@ -6,7 +6,7 @@ export declare type ResponseUser = {
|
||||
email: string;
|
||||
username: string;
|
||||
enabled: boolean;
|
||||
profilePic?: string;
|
||||
profilePic: string;
|
||||
groups?: Array<any>;
|
||||
permissions?: Array<any>;
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user