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

NodeInterface

import type { NodeInterface } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A node interface.

interface NodeInterface {
Inputs: NodeInputPort[];
Outputs: NodeOutputPort[];
}

§Properties

§

The node interface's inputs.

§

The node interface's outputs.