items
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[]