Interface GetRepliesResponse

interface GetRepliesResponse {
    replies: CommentReplyView[];
}

Properties

Properties

replies: CommentReplyView[]