UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

11 lines (10 loc) 295 B
/** * Outright Participant Result Structure class is responsible for * deserializing the response from the snapshot API to a * outright participant structure. */ export declare class OutrightParticipantResultBodyStructure { participantId: number; name: string; result: number; }