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

TCPFlag

import type { TCPFlag } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
type TCPFlag =
| "FIN"
| "SYN"
| "RST"
| "PSH"
| "ACK"
| "URG"
| "ECE"
| "CWR"

§Type

§
"FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR" | cmnP.UnexpectedEnumValue
[src]