interface NullValueNode {
    kind: NULL;
    loc?: Location;
}

Properties

Properties

kind: NULL
loc?: Location

Generated using TypeDoc