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