UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

11 lines (10 loc) 182 B
export type Address = { firstName: string; lastName: string; street: string[]; city: string; country: string; region: string; postcode: string; telephone: string; };