UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DangerousAmountDetails = void 0; /** @description This model represents the amount of the dangerous goods */ class DangerousAmountDetails { /** @description The amount of dangerous goods */ amount; /** @description The unit of dangerous goods */ unit; } exports.DangerousAmountDetails = DangerousAmountDetails; //# sourceMappingURL=weight-details.js.map