@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.
13 lines • 453 B
TypeScript
import { FlowsEventsConfig } from '../../../types/BallerineSDK';
import { IStepConfiguration } from '../configuration';
export interface IFlow {
steps?: RecursivePartial<IStepConfiguration>[];
userType?: string;
mobileNativeCamera?: boolean;
syncFlow?: boolean;
useFinalQueryParams?: boolean;
firstScreenBackButton?: boolean;
showCloseButton?: boolean;
callbacks?: FlowsEventsConfig;
}
//# sourceMappingURL=types.d.ts.map