UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

10 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TrackingAttribute = void 0; /** @description Attributes from the shipping provider about a shipment necessary for tracking */ class TrackingAttribute { type; value; } exports.TrackingAttribute = TrackingAttribute; //# sourceMappingURL=tracking-attribute.js.map