OrderEditUpdateAction
type OrderEditUpdateAction = {
addStagedAction?: InputMaybe<AddOrderEditStagedAction>;
setComment?: InputMaybe<SetOrderEditComment>;
setCustomField?: InputMaybe<SetOrderEditCustomField>;
setCustomType?: InputMaybe<SetOrderEditCustomType>;
setKey?: InputMaybe<SetOrderEditKey>;
setStagedActions?: InputMaybe<SetOrderEditStagedActions>;
};