Interface ControlFlow

interface ControlFlow {
    id: string;
    tag: "ctrl";
    type: "void";
}

Hierarchy (view full)

  • Term<"void">
    • ControlFlow

Properties

Properties

id: string
tag: "ctrl"
type: "void"

Generated using TypeDoc