GitHub

MagentoOrderAddress

import { MagentoOrderAddress } from '@daffodil/order/driver/magento/2-4-1'

interface MagentoOrderAddress {
  __typename: "OrderAddress"
  city: string
  company: string
  country_code: string
  fax: string
  firstname: string
  middlename: string
  lastname: string
  postcode: string
  prefix: string
  region_id: number
  region_code: string
  street: string[]
  suffix: string
  telephone: string
}