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

GooglePrivacyDlpV2InfoTypeStats

import type { GooglePrivacyDlpV2InfoTypeStats } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Statistics regarding a specific InfoType.

interface GooglePrivacyDlpV2InfoTypeStats {
count?: bigint;
}

§Properties

§
count?: bigint
[src]

Number of findings for this infoType.

§

The type of finding this stat is for.