/** * LocationBodyStructure class is responsible for * deserializing the response from the metadata * API to a location. */ export declare class LocationsBodyStructure { id?: number; name?: string; }