UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

14 lines (13 loc) 494 B
import { BaseEntity } from '../../../../entities/core-entities/index.js'; /** * Get Subscriptions Collection Response class * (used for serialization) - represents the response * body of the get fixtures subscriptions endpoint. * This class is used to deserialize the response * from the get fixtures subscriptions endpoint. * It contains the fixtures. */ export declare class SubscriptionsCollectionResponse implements BaseEntity { [key: string]: unknown; fixtures: number[]; }