fix
Desc: - Perubahan metode pengambilan data dari API ke use server
This commit is contained in:
9
src/app_modules/models/portofolio.ts
Normal file
9
src/app_modules/models/portofolio.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface LIST_PORTOFOLIO {
|
||||
id: string;
|
||||
namaBisnis: string;
|
||||
alamatKantor: string;
|
||||
tlpn: string;
|
||||
deskripssi: string;
|
||||
masterBidangBisnisId: string;
|
||||
active: boolean;
|
||||
}
|
||||
@@ -3,6 +3,7 @@ export interface USER_PROFILE {
|
||||
username: string;
|
||||
nomor: string;
|
||||
Profile: {
|
||||
id: string;
|
||||
alamat: string;
|
||||
email: string;
|
||||
jenisKelamin: string;
|
||||
|
||||
Reference in New Issue
Block a user