UNPKG

@myparcel/sdk

Version:

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

13 lines (12 loc) 237 B
export interface MyParcelApiKey { id: number; account_id: number; shop_id: number; status: number; username: string; key: string; } export interface ApiKeyPostData { account_id: number; shop_id: number; }