fix
Desc: - Penambahan function - Perubahan tampilan
This commit is contained in:
14
src/app_modules/models/user_profile.ts
Normal file
14
src/app_modules/models/user_profile.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface USER_PROFILE {
|
||||
id: string;
|
||||
username: string;
|
||||
nomor: string;
|
||||
Profile: {
|
||||
alamat: string;
|
||||
email: string;
|
||||
jenisKelamin: string;
|
||||
name: string;
|
||||
ImageProfile: {
|
||||
url: string;
|
||||
} | null;
|
||||
} | null;
|
||||
}
|
||||
Reference in New Issue
Block a user