UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

10 lines (9 loc) 212 B
/** * LocationBodyStructure class is responsible for * deserializing the response from the metadata * API to a location. */ export declare class LocationsBodyStructure { id?: number; name?: string; }