UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

3 lines (2 loc) 120 B
export type FetchAppEmbeddedKey = () => Promise<string>; export declare const fetchAppEmbeddedKey: FetchAppEmbeddedKey;