interface EnumValueNode {
    kind: ENUM;
    loc?: Location;
    value: string;
}

Properties

Properties

kind: ENUM
loc?: Location
value: string

Generated using TypeDoc