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

GooglePrivacyDlpV2RedactConfig

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

Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '.

interface GooglePrivacyDlpV2RedactConfig {}