@square/web-payments-sdk-types
Version:
Types for Square's Web Payments SDK
14 lines (13 loc) • 344 B
TypeScript
import { SqError } from './types';
/**
* The hosting client browser is not supported by the Web Payments SDK
*/
export declare class BrowserNotSupportedError extends SqError {
constructor();
}
/**
* The Web Payments SDK requires HTTPS and a secure context
*/
export declare class WebSdkEmbedError extends SqError {
constructor();
}