UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

4 lines (3 loc) 265 B
import { NestableJSONValue } from '../../types/util'; import type { ConnectionSettings } from './connectionSettings'; export declare const createFetchStripeSignatureDirectly: ({ host, port }: ConnectionSettings) => (payload?: NestableJSONValue) => Promise<string>;