Values_1.InvalidTopicReviewedAnswerSourceThe definition for a InvalidTopicReviewedAnswer.
type nonrec t = {answerId : AnswerId.t option;The answer ID for the InvalidTopicReviewedAnswer.
*)error : ReviewedAnswerErrorCode.t option;The error that is returned for the InvalidTopicReviewedAnswer.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of AnswerId.t ]) list ]