UNPKG

@squarecloud/api

Version:
9 lines (7 loc) 206 B
declare class SquareCloudAPIError extends TypeError { constructor(code: string, message?: string, options?: { stack?: string; cause?: unknown; }); } export { SquareCloudAPIError };