@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines (15 loc) • 658 B
text/typescript
/** @description Name of the regulatory authority for dangerous goods */
export enum RegulationSetTypes {
/** @description International Air Transport Association */
IATA = 'iata',
/** @description European Agreement concerning the International Carriage of Dangerous Goods by Road */
ADR = 'adr',
/** @description International Maritime Dangerous Goods */
IMDG = 'imdg',
/** @description Code of Federal Regulations Title 49 */
CFR49 = 'cfr49',
/** @description Regulations concerning the International Carriage of Dangerous Goods by Rail */
RID = 'rid',
/** @description Transportation of Dangerous Goods (Canada) */
TDG = 'tdg',
}