Wagtail client-side components
    Preparing search index...
    interface UpdateReplyAction {
        commentId: number;
        replyId: number;
        type: "update-reply";
        update: CommentReplyUpdate;
    }
    Index

    Properties

    commentId: number
    replyId: number
    type: "update-reply"