UNPKG

@square/web-payments-sdk-types

Version:

Types for Square's Web Payments SDK

9 lines (8 loc) 284 B
import { SqError } from './types'; /** * The specified amount is not expressed in a valid format for the provided currency. */ declare class InvalidCurrencyFormatError extends SqError { constructor(amount: string, currencyCode: string); } export { InvalidCurrencyFormatError };