interface ConstListValueNode {
    kind: LIST;
    loc?: Location;
    values: readonly ConstValueNode[];
}

Properties

Properties

kind: LIST
loc?: Location
values: readonly ConstValueNode[]

Generated using TypeDoc