UNPKG

@mastercard/connect-components-web-sdk

Version:
9 lines (8 loc) 172 B
export type AppConfig = { setSDKBase(newBase: string): void, getSDKBase(): string, getFrameOrigin(): string, } export type ConfigImports = { APP_SDK_BASE: string }