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

GooglePrivacyDlpV2WordList

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

Message defining a list of words or phrases to search for in the data.

interface GooglePrivacyDlpV2WordList {
words?: string[];
}

§Properties

§
words?: string[]
[src]

Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]