@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.
16 lines • 389 B
TypeScript
/**
* @description Gets config-specific query params as an object
*/
export declare const getConfigFromQueryParams: () => {
flowName: string;
clientId: string;
id: string;
token: string;
firstName: string;
lastName: string;
phone: string;
email: string;
language: string;
type: string;
};
//# sourceMappingURL=get-config-from-query-params.d.ts.map