import { ShopifyMailingAddressFormattedArgs } from '@daffodil/driver/shopify'
A physical mailing address associated with a Customer or Order. Stores standard address components including street address, city, province, country, and postal code, along with customer name and company information.
The address includes geographic coordinates and provides pre-formatted output through the formatted field, which can optionally include or exclude name and company details.
interface ShopifyMailingAddressFormattedArgs {
withCompany: boolean
withName: boolean
}