UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

4 lines (3 loc) 216 B
import type { NestableJSONValue } from '../types/util'; export type FetchStripeSignature = (additionalPayload?: NestableJSONValue) => Promise<string>; export declare const fetchStripeSignature: FetchStripeSignature;