Searched defs:Example1 (Results 1 – 4 of 4) sorted by relevance
27 interface Example1 { interface
17 type Example1<T extends string, U extends string> = keyof (Record<T, any> & Record<U, any>); alias
208 var Example1; variable209 (function (Example1) { argument
4 namespace Example1 { namespace