UNPKG

onfido-sdk-ui

Version:

JavaScript SDK view layer for Onfido identity verification

20 lines (15 loc) 391 B
export type FaceModuleConfiguration = { showIntro?: boolean useMultipleSelfieCapture?: boolean } type FaceModuleVariant = 'standard'; export type FaceModuleInput = {} export type FaceModuleOutput = { id: string variant: FaceModuleVariant } export type FaceFeatureFlags = { sign_upload?: boolean passive_signals_on_upload?: boolean enable_native_camera_fallback?: boolean }