This commit is contained in:
2025-07-15 23:33:21 +07:00
9 changed files with 248 additions and 1 deletions

7
src/types/briapi.ts Normal file
View File

@ -0,0 +1,7 @@
export enum BriapiBrifastIdentityType {
"passport" = "1",
"citizen_personal_id" = "2",
"driver_license" = "3",
"others" = "4",
"account_number" = "5",
}