Home
last modified time | relevance | path

Searched defs:TSInterfaceDeclaration (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts166 protected TSInterfaceDeclaration( method in TypeVisitor
DReferencer.ts761 protected TSInterfaceDeclaration( method in Referencer
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts118 TSInterfaceDeclaration = 'TSInterfaceDeclaration', enumerator
Dts-estree.ts1441 export interface TSInterfaceDeclaration extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts366 TSInterfaceDeclaration?: RuleFunction<TSESTree.TSInterfaceDeclaration>; property