SalesCommentItem
Contains details about a comment.
type SalesCommentItem = {
__typename?: 'SalesCommentItem'; /** The text of the message. */
message: Scalars['String']['output']; /** The timestamp of the comment. */
timestamp: Scalars['String']['output'];
};