export interface DeliveryOrderEditFormProps { purchaseOrder: FdoPurchaseOrder; deliveryOrder: FdoDeliveryConfirmation; receivedInfoMap?: Record; }