This commit is contained in:
fro1991
2025-07-15 13:00:49 +07:00
parent 17f475b1c6
commit 4f15a076fe
3 changed files with 15 additions and 0 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",
}