Searched refs:ClassInterface (Results 1 – 4 of 4) sorted by relevance
2 export type ClassInterface<C> = {3 >ClassInterface : Symbol(ClassInterface, Decl(mixinOverMappedTypeNoCrash.ts, 0, 0))26 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>31 >ClassInterface : Symbol(ClassInterface, Decl(mixinOverMappedTypeNoCrash.ts, 0, 0))
2 export type ClassInterface<C> = {3 >ClassInterface : ClassInterface<C>18 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>
3 export type ClassInterface<C> = { alias12 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>
182 [ClassInterface(ClassInterfaceType.None)]