UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

6 lines (5 loc) 169 B
/** @description Key value pair to allow for custom attributes required for tracking */ export declare class TrackingIdentifier { type: string; value: string; }