@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.
71 lines • 1.53 kB
TypeScript
import { Welcome } from '../../pages';
export declare const steps: ({
name: "welcome";
component: typeof Welcome;
type?: undefined;
} | {
name: "document-selection";
component: typeof Welcome;
type?: undefined;
} | {
name: "document-start";
component: typeof Welcome;
type?: undefined;
} | {
name: "document-photo";
component: typeof Welcome;
type?: undefined;
} | {
name: "check-document";
component: typeof Welcome;
type?: undefined;
} | {
name: "document-photo-back-start";
component: typeof Welcome;
type: string;
} | {
name: "document-photo-back";
component: typeof Welcome;
type: string;
} | {
name: "check-document-photo-back";
component: typeof Welcome;
type: string;
} | {
name: "selfie-start";
component: typeof Welcome;
type?: undefined;
} | {
name: "selfie";
component: typeof Welcome;
type?: undefined;
} | {
name: "check-selfie";
component: typeof Welcome;
type?: undefined;
} | {
name: "qrcode";
component: typeof Welcome;
type?: undefined;
} | {
name: "loading";
component: typeof Welcome;
type?: undefined;
} | {
name: "resubmission";
component: typeof Welcome;
type: string;
} | {
name: "decline";
component: typeof Welcome;
type: string;
} | {
name: "error";
component: typeof Welcome;
type: string;
} | {
name: "final";
component: typeof Welcome;
type: string;
})[];
//# sourceMappingURL=constants.d.ts.map