UNPKG

@square/web-payments-sdk-types

Version:

Types for Square's Web Payments SDK

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