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

    Properties

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