dashboard
This commit is contained in:
7
idp_client/src/app/model/user.interface.ts
Normal file
7
idp_client/src/app/model/user.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
createdAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user