UpdateSalesOrderShipmentData: Omit<Partial<SE.SalesOrderShipment>, "shipmentId"> & {
    shipmentId: string;
}

Generated using TypeDoc