UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

8 lines 195 B
export type Country = { alpha2: string; name: string; alpha3: string; numeric: string; }; export declare const defaultCountries: Country[]; //# sourceMappingURL=countries.d.ts.map