UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

3 lines (2 loc) 182 B
import { EntityCommentsTree } from "../interfaces/EntityCommentsTree"; export declare function markCommentAsFailed(state: EntityCommentsTree, commentId: string): EntityCommentsTree;