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

ThreatIntelSetFormat

import type { ThreatIntelSetFormat } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
type ThreatIntelSetFormat =
| "TXT"
| "STIX"
| "OTX_CSV"
| "ALIEN_VAULT"
| "PROOF_POINT"
| "FIRE_EYE"

§Type

§
"TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE" | cmnP.UnexpectedEnumValue
[src]