Interface ConstantJson

interface ConstantJson {
    _identifier: string;
    type: AstJson;
    value: string;
}

Hierarchy

  • AstJson
    • ConstantJson

Properties

_identifier: string

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

type: AstJson
value: string