UNPKG

@myparcel/sdk

Version:

JavaScript SDK to connect to the MyParcel API via Node.js or browser

10 lines (9 loc) 175 B
export type LocationParameters = { cc: string; postal_code: string; number: string; }; export interface MyParcelLocation { street: string; city: string; }