UNPKG

shopify-storefront

Version:
15 lines (13 loc) 267 B
export interface IMailingAddress { address1?: string; address2?: string; city?: string; company?: string; country?: string; firstName?: string; lastName?: string; phone?: string; province?: string; zip?: string; } export default IMailingAddress;