UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

12 lines (11 loc) 440 B
import { BaseEntity } from '../../../../entities/core-entities/index.js'; import { LocationsBodyStructure } from '../../../common/body-entities'; /** * LocationsCollectionResponse class is responsible * for deserializing the response from the metadata * API to a collection of locations. */ export declare class LocationsCollectionResponse implements BaseEntity { [key: string]: unknown; locations?: LocationsBodyStructure[]; }