type ReviewUpdateAction = {
setAuthorName?: InputMaybe<SetReviewAuthorName>;
setCustomField?: InputMaybe<SetReviewCustomField>;
setCustomType?: InputMaybe<SetReviewCustomType>;
setCustomer?: InputMaybe<SetReviewCustomer>;
setKey?: InputMaybe<SetReviewKey>;
setLocale?: InputMaybe<SetReviewLocale>;
setRating?: InputMaybe<SetReviewRating>;
setTarget?: InputMaybe<SetReviewTarget>;
setText?: InputMaybe<SetReviewText>;
setTitle?: InputMaybe<SetReviewTitle>;
transitionState?: InputMaybe<TransitionReviewState>;
};