UNPKG

local-id-scan-journey

Version:

A React component for GBG ID verification and document scanning with bundled SDK

18 lines (17 loc) 505 B
export interface IdScanJourneyProps { backendUrl: string; token: string; journeyDefinitionId: string; defaultInputProvider?: string; tripleScanAnalyzerGuidancePage?: boolean; fileUploadOnCameraCaptureJourneys?: boolean; previewPages?: any; manualCapture?: boolean; assetsDirectory?: string; smartCapture?: any; isVerboseLogEnabled?: boolean; hideLogo?: boolean; hideAutoCaptureHints?: boolean; className?: string; style?: React.CSSProperties; }