UNPKG

onfido-sdk-ui

Version:

JavaScript SDK view layer for Onfido identity verification

10 lines (7 loc) 213 B
export type StringifiedBoolean = 'true' | 'false' export type ApplicantData = { first_name?: string last_name?: string email?: string } export type DecoupleResponseOptions = 'success' | 'error' | 'onfido'