Type Alias CommentResponse

CommentResponse: { comment_view: CommentView; recipient_ids: LocalUserId[] }

A comment response.

Type declaration