UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

15 lines (14 loc) 446 B
import { BaseEntity } from '../../../../entities/core-entities/index.js'; /** * LeaguesSubscriptionBodyStructure class is responsible * for deserializing the response from the metadata API * to a league subscription. */ export declare class LeaguesSubscriptionBodyStructure implements BaseEntity { [key: string]: unknown; leagueId?: number; sportId?: number; locationId?: number; success: boolean; message?: string; }