This commit is contained in:
fro1991
2025-11-12 00:07:32 +07:00
parent 612fc742f6
commit 799f8016ed
4 changed files with 118 additions and 0 deletions

View File

@ -26,3 +26,8 @@ export enum ComplianceRiskCustomerType {
"customer_personal" = "customer_personal",
"customer_business" = "customer_business",
}
export enum ComplianceRegulatorReportType {
"monthly" = "monthly",
"quarterly" = "quarterly",
}