@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface ConfirmDeleteAIChatResponse

    Response from native after the user interacts with the confirmation dialog.

    interface ConfirmDeleteAIChatResponse {
        action: "none" | "delete";
    }
    Index

    Properties

    Properties

    action: "none" | "delete"