This commit is contained in:
fro1991
2025-11-22 01:24:06 +09:00
parent f871f2852d
commit 5bc33ed824
2 changed files with 47 additions and 0 deletions

View File

@ -39,3 +39,9 @@ export enum ComplianceRegulatorReportCode {
"hau_nia_futuru_gender" = "hau_nia_futuru_gender",
"hau_nia_futuru_age" = "hau_nia_futuru_age",
}
export enum ComplianceFuturuCifSyncLogStatus {
"pending" = "pending",
"process" = "process",
"done" = "done",
}