Home
last modified time | relevance | path

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

/ide/tools/previewer/automock/mock-generate/src/declaration-node/
DinterfaceDeclaration.ts41 interfaceConstructors: Array<Array<ConstructorEntity>>, property
57 interfaceConstructors: Array<Array<ConstructorEntity>>, property
104 const interfaceConstructors: Array<Array<ConstructorEntity>> = []; constant