UNPKG

trade360-nodejs-sdk

Version:
13 lines (12 loc) 392 B
/** * 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; }