type Adr = {
    class: string,
    un_code: string,
    packing_group?: string,
};

export default Adr;
