interface ListTypeNode {
    kind: LIST_TYPE;
    loc?: Location;
    type: TypeNode;
}

Properties

Properties

kind: LIST_TYPE
loc?: Location
type: TypeNode

Generated using TypeDoc