Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListFindingTypeStatsResponse

import type { ListFindingTypeStatsResponse } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Response for the ListFindingTypeStats method.

interface ListFindingTypeStatsResponse {
findingTypeStats?: FindingTypeStats[];
}

§Properties

§
findingTypeStats?: FindingTypeStats[]
[src]

The list of FindingTypeStats returned.