interface ShippingAddressRe-exportimport { type ShippingAddress } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; A shipping address. PropertiescountryCode: stringstate: stringcity: stringstreetLine1: stringstreetLine2: stringpostCode: string