
// https://ns.editeur.org/onix/en/243 
export enum DangerousGoodsRegulations {
  _00 = '00', // Inapplicable
  _01 = '01', // GHS
  _02 = '02', // Transport
  _03 = '03', // Storage
  _04 = '04', // Waste
  _05 = '05', // Other
  _06 = '06', // Safety data sheet available
}