/** * TourBodyStructure class is responsible for * deserializing the response from the metadata * API to a tour. */ export declare class TourBodyStructure { tourId?: number; tourName?: string; sportId?: number; sportName?: string; }