/** * 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; }