Files
hipmi/src/app_modules/models/user_profile.ts
Bagasbanuna02 ca66c3d2d8 fix
Desc:
- Penambahan function
- Perubahan tampilan
2023-10-09 15:50:15 +08:00

15 lines
246 B
TypeScript

export interface USER_PROFILE {
id: string;
username: string;
nomor: string;
Profile: {
alamat: string;
email: string;
jenisKelamin: string;
name: string;
ImageProfile: {
url: string;
} | null;
} | null;
}