trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
13 lines (12 loc) • 395 B
TypeScript
/**
* 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;
}