UNPKG

trade360-nodejs-sdk

Version:
11 lines (10 loc) 427 B
import { LivescoreEvent } from '../../../../entities/core-entities/livescore/livescore-event'; import { BaseEntity } from '../../../../entities/core-entities/index.js'; /** * GetLivescoreResultElement class is responsible * for deserializing the response from the snapshot * API to get livescore */ export declare class GetLivescoreResultElement extends LivescoreEvent implements BaseEntity { [key: string]: unknown; }