Searched defs:UnionOrIntersectionTypeNode (Results 1 – 5 of 5) sorted by relevance
919 export type UnionOrIntersectionTypeNode = UnionTypeNode | IntersectionTypeNode; alias
930 export type UnionOrIntersectionTypeNode = UnionTypeNode | IntersectionTypeNode; alias