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