UNPKG

trade360-nodejs-sdk

Version:
12 lines (11 loc) 333 B
import { Bet } from '../../../../entities/core-entities/index.js'; /** * Fixture Market Element Structure class is responsible for * deserializing the response from the snapshot API to a * fixture market element structure. */ export declare class FixtureMarketBodyStructure { id: number; name: string; bets: Bet[]; }