UNPKG

@sharplygroup/xtb-api-js

Version:

A module for interacting with the XTB API

5 lines (4 loc) 158 B
import { XtbApiError } from "./XtbApiError"; export declare class XtbLoginError extends XtbApiError { constructor(message: string, errorCode?: string); }