Searched defs:typeOnlyAliasDeclaration (Results 1 – 2 of 2) sorted by relevance
325 readonly typeOnlyAliasDeclaration: TypeOnlyAliasDeclaration; property923 const typeOnlyAliasDeclaration = checker.getTypeOnlyAliasDeclaration(symbol); constant1065 const { typeOnlyAliasDeclaration } = fix; constant
2727 …const typeOnlyAliasDeclaration = symbol.declarations && find(symbol.declarations, isTypeOnlyImport… constant