UNPKG

trade360-nodejs-sdk

Version:
7 lines (6 loc) 239 B
import { LocalizedValue } from './localized-value'; /** * LocalizedValueBodyStructure type is responsible * for defining the structure of the localized value. */ export type TranslationsBodyStructure = Record<number, LocalizedValue[]>;