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

CustomerProfileCitedString

import type { CustomerProfileCitedString } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

A string with citation ids.

interface CustomerProfileCitedString {
citationIds?: string[];
value?: string;
}

§Properties

§
citationIds?: string[]
[src]

Optional. The citation ids for the string.

§
value?: string
[src]

Required. The value of the string.