UNPKG

@sharplygroup/xtb-api-js

Version:

A module for interacting with the XTB API

5 lines (4 loc) 143 B
import { XtbApiError } from "./XtbApiError"; export declare class XtbConnectionError extends XtbApiError { constructor(message: string); }