export interface IShipmentOptions { shipmentType: string; readonly NAME: string; }