UNPKG

@sharplygroup/xtb-api-js

Version:

A module for interacting with the XTB API

5 lines (4 loc) 155 B
import { IWebSocketResponse } from "../utils/WebSocketManager"; export interface ITradingHoursResponse extends IWebSocketResponse { returnData?: []; }