UNPKG

@square/web-payments-sdk-types

Version:

Types for Square's Web Payments SDK

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