UNPKG

@kycaid/react-native-sdk

Version:
14 lines (13 loc) 298 B
export interface VerificationsListItem { verified: boolean; comment?: string; } export interface VerificationData { applicant_id: string; verification_id: string; status: string; verified: boolean; verifications: { [key: string]: VerificationsListItem; }; }