## Deskripsi:
- Cek notif
## No Issue
This commit is contained in:
2024-08-26 17:18:09 +08:00
parent a6bb993b0d
commit 916c5c7d85
183 changed files with 720 additions and 584 deletions

View File

@@ -96,11 +96,12 @@ export interface Model_Dokumen_Investasi {
investasiId: string;
}
export interface MODEL_DATA_BANK {
export interface MODEL_MASTER_BANK {
id: string;
name: string;
namaBank: string;
namaAkun: string
norek: string;
active: boolean;
isActive: boolean;
createdAt: Date;
updatedAt: Date;
}