This commit is contained in:
fro1991
2025-11-12 00:20:22 +07:00
parent 81e9a70eea
commit c83afc8b68
2 changed files with 20 additions and 7 deletions

View File

@ -31,3 +31,10 @@ export enum ComplianceRegulatorReportType {
"monthly" = "monthly",
"quarterly" = "quarterly",
}
export enum ComplianceRegulatorReportCode {
"coa" = "coa",
"cash_non_cash" = "cash_non_cash",
"hau_nia_futuru_gender" = "hau_nia_futuru_gender",
"hau_nia_futuru_age" = "hau_nia_futuru_age",
}