kyc user and upload partial update encrypt nik and picture
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
* 🟢 You can import this file directly.
|
||||
*/
|
||||
|
||||
export const VerificationStatus = {
|
||||
PENDING: 'PENDING',
|
||||
APPROVED: 'APPROVED',
|
||||
REJECTED: 'REJECTED'
|
||||
} as const
|
||||
|
||||
export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus]
|
||||
|
||||
|
||||
export const TripStatus = {
|
||||
OPEN: 'OPEN',
|
||||
FULL: 'FULL',
|
||||
|
||||
Reference in New Issue
Block a user