UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

3 lines (2 loc) 148 B
export type IsPermissionAuthorized = (permission: string) => Promise<boolean>; export declare const isPermissionAuthorized: IsPermissionAuthorized;