UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

3 lines (2 loc) 145 B
export type SupportsFetchAppEmbeddedKey = () => Promise<boolean>; export declare const supportsFetchAppEmbeddedKey: SupportsFetchAppEmbeddedKey;