@duckduckgo/privacy-dashboard
    Preparing search index...
    interface FireOption {
        descriptionStats: {
            clearHistory: boolean;
            cookies: number;
            duration: "hour" | "day" | "week" | "month" | "all";
            openTabs: number;
            pinnedTabs: number;
            site?: string;
        };
        name: | "CurrentSite"
        | "LastHour"
        | "Last24Hour"
        | "Last7days"
        | "Last4Weeks"
        | "AllTime";
        options: { origins?: string[]; since?: number };
        selected?: boolean;
    }
    Index

    Properties

    descriptionStats: {
        clearHistory: boolean;
        cookies: number;
        duration: "hour" | "day" | "week" | "month" | "all";
        openTabs: number;
        pinnedTabs: number;
        site?: string;
    }
    name:
        | "CurrentSite"
        | "LastHour"
        | "Last24Hour"
        | "Last7days"
        | "Last4Weeks"
        | "AllTime"
    options: { origins?: string[]; since?: number }
    selected?: boolean