This commit is contained in:
fro1991
2025-11-11 01:18:32 +07:00
parent d5971cfff0
commit f392cad20f
2 changed files with 12 additions and 1 deletions

View File

@ -21,3 +21,8 @@ export enum ComplianceRiskTransactionType {
"bri" = "bri",
"wic" = "wic",
}
export enum ComplianceRiskCustomerType {
"customer_personal" = "customer_personal",
"customer_business" = "customer_business",
}