interface InputDeclaration {
    name: string;
    type: "input";
    value: Model.Expression<Model.VariableRef>;
}

Properties

Properties

name: string
type: "input"