added class to represent user
This commit is contained in:
6
src/app/account/user.ts
Normal file
6
src/app/account/user.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class User {
|
||||
id: number;
|
||||
username: string;
|
||||
email: string;
|
||||
token: string;
|
||||
}
|
||||
Reference in New Issue
Block a user