import { DaffCartAddress } from '@daffodil/cart'
An address that is saved in the cart for checkout purposes.
interface DaffCartAddress { address_type: string }
string
The type of the address: billing or shipping.