UNPKG

onix-codelist

Version:
14 lines (13 loc) 951 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DangerousGoodsRegulations = void 0; var DangerousGoodsRegulations; (function (DangerousGoodsRegulations) { DangerousGoodsRegulations[DangerousGoodsRegulations["Inapplicable"] = '00'] = "Inapplicable"; DangerousGoodsRegulations[DangerousGoodsRegulations["Ghs"] = '01'] = "Ghs"; DangerousGoodsRegulations[DangerousGoodsRegulations["Transport"] = '02'] = "Transport"; DangerousGoodsRegulations[DangerousGoodsRegulations["Storage"] = '03'] = "Storage"; DangerousGoodsRegulations[DangerousGoodsRegulations["Waste"] = '04'] = "Waste"; DangerousGoodsRegulations[DangerousGoodsRegulations["Other"] = '05'] = "Other"; DangerousGoodsRegulations[DangerousGoodsRegulations["SafetyDataSheetAvailable"] = '06'] = "SafetyDataSheetAvailable"; })(DangerousGoodsRegulations = exports.DangerousGoodsRegulations || (exports.DangerousGoodsRegulations = {}));