Interface VariableJson

interface VariableJson {
    _identifier: string;
    name: string;
    type: AstJson;
}

Hierarchy

  • AstJson
    • VariableJson

Properties

Properties

_identifier: string

This is used to as a unique type identifier to deserialize the AST node.

name: string
type: AstJson