UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

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