UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.

3 lines (2 loc) 204 B
import { TFixErrorCodes, TOnVerificationFlowEvents } from '../shared/types/core/sdk-events'; export declare const triggerEvent: (eventType: TOnVerificationFlowEvents, eventData?: TFixErrorCodes) => void;