UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

10 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Identifier = void 0; /** @description Key value pair to allow custom properties */ class Identifier { type; value; } exports.Identifier = Identifier; //# sourceMappingURL=identifier.js.map