GitHub

DaffCartAddress

interface

import { DaffCartAddress } from '@daffodil/cart'

An address that is saved in the cart for checkout purposes.

interface DaffCartAddress {
  address_type: string
}