UNPKG

@myparcel/sdk

Version:

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

12 lines (10 loc) 224 B
import { CarrierId, CarrierName } from '@myparcel/constants'; export interface Carrier { id: CarrierId; name: CarrierName; human: string; meta: { logo_svg: string; logo_png: string; }; }