Interface GetCommentsResponse

interface GetCommentsResponse {
    comments: CommentView[];
}

Properties

Properties

comments: CommentView[]