interface IntValueNode {
    kind: INT;
    loc?: Location;
    value: string;
}

Properties

Properties

kind: INT
loc?: Location
value: string

Generated using TypeDoc