UNPKG

@noaignite/centra-types

Version:

Typescript definitions for centra apis

14 lines (12 loc) 244 B
import { Language } from './Language' export interface Location { country?: string eu?: boolean language?: Language market?: string name?: string pricelist?: number shipTo?: boolean state?: string | null stateName?: string }