trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
13 lines (12 loc) • 392 B
TypeScript
/**
* CompetitionsSubscriptionRequestBodyStructure class for sending
* request to subscribe to competitions from the API. It contains
* the properties for the request to subscribe to competitions from
* the API.
*/
export declare class CompetitionsSubscriptionRequestBodyStructure {
constructor(data?: unknown);
sportId: number;
locationId?: number;
leagueId?: number;
}