Wagtail client-side components
    Preparing search index...
    interface AddReplyAction {
        commentId: number;
        reply: CommentReply;
        type: "add-reply";
    }
    Index

    Properties

    Properties

    commentId: number
    type: "add-reply"