UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

3 lines (2 loc) 147 B
export type IsSourceInAuthorizedCSP = (source: string) => Promise<boolean>; export declare const isSourceInAuthorizedCSP: IsSourceInAuthorizedCSP;