interface FloatValueNode {
    kind: FLOAT;
    loc?: Location;
    value: string;
}

Properties

Properties

kind: FLOAT
loc?: Location
value: string

Generated using TypeDoc