Desc:
- Perubahan metode pengambilan data dari API ke use server
This commit is contained in:
2023-10-09 17:08:16 +08:00
parent ca66c3d2d8
commit 2b0ecc7bef
29 changed files with 87 additions and 128 deletions

View File

@@ -0,0 +1,9 @@
export interface LIST_PORTOFOLIO {
id: string;
namaBisnis: string;
alamatKantor: string;
tlpn: string;
deskripssi: string;
masterBidangBisnisId: string;
active: boolean;
}

View File

@@ -3,6 +3,7 @@ export interface USER_PROFILE {
username: string;
nomor: string;
Profile: {
id: string;
alamat: string;
email: string;
jenisKelamin: string;