Type Alias GetCommentParams

GetCommentParams: (GetEntryParams | GetCommentParentEntityParams) & {
    commentId: string;
}