UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

12 lines (11 loc) 422 B
import { BaseEntity } from '../../../../entities/core-entities/index.js'; import { SportsBodyStructure } from '../../../common/body-entities'; /** * SportsCollectionResponse class is responsible * for deserializing the response from the metadata * API to a collection of sports. */ export declare class SportsCollectionResponse implements BaseEntity { [key: string]: unknown; sports?: SportsBodyStructure[]; }