UNPKG

trade360-nodejs-sdk

Version:
12 lines (11 loc) 320 B
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; }