UNPKG

@noaignite/centra-types

Version:

Typescript definitions for centra apis

11 lines (10 loc) 217 B
export interface Shipment { shipmentId?: string shippedDate?: string carrier?: string service?: string trackingId?: string trackingUrl?: string returnSlipTracking?: string additionalMessage?: string }