interface ListPrimaryResponse {
    data: Comment[];
    loadMoreKey?: ListPrimaryCommentMoreKey;
}

Properties

Properties

data: Comment[]