UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

12 lines (11 loc) 237 B
export type Region = { code: string; id: number; name: string; }; export type Country = { fullNameLocale: string; twoLetterAbbreviation: string; threeLetterAbbreviation: string; availableRegions: Region[]; };