trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
11 lines (10 loc) • 427 B
TypeScript
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;
}