UNPKG

@hauser1993/kyc-sdk

Version:

Your custom version of Ballerine web UI SDK - an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.

3 lines 282 B
import { IFlowCompletePayload, IFlowErrorPayload, IFlowExitPayload, IFlowNavigationUpdatePayload } from './interfaces'; export type TFlowEventBusPayload = IFlowCompletePayload | IFlowExitPayload | IFlowErrorPayload | IFlowNavigationUpdatePayload; //# sourceMappingURL=types.d.ts.map