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.

22 lines (18 loc) 484 B
import { DevMocks } from './lib/contexts/app-state'; declare global { let __APP_VERSION__: string; interface Window { isProd: boolean; __blrn_api_url: string; __blrn_is_prod: boolean; __blrn_context: { mockReasonCode: DevMocks['reasonCode']; mockResultTime: DevMocks['resultTime']; mockCode: DevMocks['code']; mockIdvResult: DevMocks['idvResult']; local: boolean; debug: boolean; }; } } export {};