trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
13 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetLivescoreResultElement = void 0;
const livescore_event_1 = require("../../../../entities/core-entities/livescore/livescore-event");
/**
* GetLivescoreResultElement class is responsible
* for deserializing the response from the snapshot
* API to get livescore
*/
class GetLivescoreResultElement extends livescore_event_1.LivescoreEvent {
}
exports.GetLivescoreResultElement = GetLivescoreResultElement;
//# sourceMappingURL=livescore-response.js.map