Desc:
- Fitur metode transfer

fix
Desc:
- Perubahan minor

#No issue
This commit is contained in:
2023-10-26 17:41:11 +08:00
parent aec05b5a97
commit c0fcfc6096
19 changed files with 541 additions and 171 deletions

View File

@@ -14,4 +14,9 @@ export interface DUMMY_INVESTASI {
createdAt: Date;
updatedAt: Date;
persentase: number;
saham_beli: number;
statusPorto: {
id: number;
status: string;
};
}