interface OrderRemoveParcelFromDeliveryAction {
    action: "removeParcelFromDelivery";
    parcelId: string;
}

Properties

Properties

action: "removeParcelFromDelivery"
parcelId: string

Generated using TypeDoc