export interface Hazmat { isHazmat: boolean; category: string; }