update trx-portal

This commit is contained in:
2025-10-14 10:36:23 +07:00
parent b4349fdf34
commit 890cb8d166
23 changed files with 522 additions and 534 deletions

View File

@ -15,6 +15,11 @@ export enum TrxTransactionTypeStatus {
"rtgs" = "rtgs",
}
export enum TrxPartnerType {
"company" = "company",
"personal" = "personal",
}
export enum TrxTransactionTransferStatus {
"remittance" = "remittance",
"swift" = "swift",