UNPKG

@square/web-payments-sdk-types

Version:

Types for Square's Web Payments SDK

8 lines (7 loc) 207 B
import { SqError } from './types'; /** * Exception thrown when use of a disabled feature is attempted */ export declare class FeatureDisabledError extends SqError { constructor(featureName: string); }