Searched defs:typeArgument (Results 1 – 2 of 2) sorted by relevance
40 const typeArgument = typeArguments[0]; constant
122 … const typeArgument = findAncestor(parent, n => n.parent === typeReference) as LiteralTypeNode; constant