UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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