UNPKG

@myparcel/sdk

Version:

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

7 lines (6 loc) 123 B
export interface MyParcelAccountMessage { id: number; account_id: number; code: number; message: string; }