export interface DeliveryOrderEditFormProps { purchaseOrder: FdoPurchaseOrder; deliveryOrder: FdoDeliveryConfirmation; }