UNPKG

trade360-nodejs-sdk

Version:
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; }