import { ShipmentRecord } from './helpers';
import { Hazmat } from './hazmat';

export type SelectedHazmat = ShipmentRecord< Hazmat >;
