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

Hierarchy (view full)

Properties

Properties

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

Type declaration

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