First commit
This commit is contained in:
8
src/app/models/user.ts
Normal file
8
src/app/models/user.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class User {
|
||||
id: number;
|
||||
name: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
phone_verified_at: string;
|
||||
reported: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user