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

NodeCategory

import type { NodeCategory } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
type NodeCategory =
| "BUSINESS_LOGIC"
| "ML_MODEL"
| "MEDIA_SOURCE"
| "MEDIA_SINK"

§Type

§
"BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK" | cmnP.UnexpectedEnumValue
[src]