Desc:
- Penambahan function
- Perubahan tampilan
This commit is contained in:
2023-10-09 15:50:15 +08:00
parent 6281452441
commit ca66c3d2d8
12 changed files with 172 additions and 96 deletions

View 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;
}