UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (7 loc) 254 B
/** @description This model represents the amount of the dangerous goods */ export class DangerousAmountDetails { /** @description The amount of dangerous goods */ amount?: number; /** @description The unit of dangerous goods */ unit?: string; }