UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

11 lines (10 loc) 232 B
/** * MarketBodyStructure class is responsible for * deserializing the response from the metadata * API to a market. */ export declare class MarketBodyStructure { id: number; name?: string; isSettleable?: boolean; }