interface OrderEditSetStagedActionsAction {
    action: "setStagedActions";
    stagedActions: StagedOrderUpdateAction[];
}

Properties

action: "setStagedActions"
stagedActions: StagedOrderUpdateAction[]

The actions to edit the resource.

Generated using TypeDoc