trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
12 lines (11 loc) • 320 B
TypeScript
import { IdNNameRecord } from '../../../../entities/core-entities/common/index.js';
/**
* StateBodyStructure class is responsible for
* deserializing the response from the metadata
* API to a state.
*/
export declare class StateBodyStructure {
stateId?: number;
name?: string;
country?: IdNNameRecord;
}