Type Alias DiscussionMessageResponse
DiscussionMessageResponse: {
commentator: string;
date: string;
isEvaluator: boolean;
message: string;
type: "APPROVED" | "DECLINED" | "CHANGES_REQUESTED" | "COMMENT";
}
Type declaration
commentator: string
date: string
isEvaluator: boolean
message: string
type: "APPROVED" | "DECLINED" | "CHANGES_REQUESTED" | "COMMENT"