@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.
8 lines • 318 B
TypeScript
export declare const FlowEventTypes: {
readonly FLOW_COMPLETE: "FLOW_COMPLETE";
readonly FLOW_EXIT: "FLOW_EXIT";
readonly FLOW_ERROR: "FLOW_ERROR";
readonly FLOW_NAVIGATION_UPDATE: "FLOW_NAVIGATION_UPDATE";
};
export type FlowEventType = keyof typeof FlowEventTypes;
//# sourceMappingURL=enums.d.ts.map