UNPKG

trade360-nodejs-sdk

Version:
13 lines (12 loc) 395 B
/** * LeaguesSubscriptionRequestBodyStructure class is * responsible for sending requests to the subscription * API to subscribe to leagues. It is a HTTP request DTO * for subscribing to leagues in the subscription API. */ export declare class LeaguesSubscriptionRequestBodyStructure { constructor(data?: unknown); sportId: number; locationId?: number; leagueId?: number; }