devowl-wp
    Preparing search index...
    interface ResponseRouteScannerResultExternalsGet {
        items: {
            [key: string]: {
                blockedCount: number;
                foundCount: number;
                foundOnSitesCount: number;
                host: string;
                ignored: boolean;
                lastScanned: string;
                tags: string[];
            };
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    items: {
        [key: string]: {
            blockedCount: number;
            foundCount: number;
            foundOnSitesCount: number;
            host: string;
            ignored: boolean;
            lastScanned: string;
            tags: string[];
        };
    }