Searched defs:T08 (Results 1 – 5 of 5) sorted by relevance
10 type T08 = undefined & never; alias
12 type T08 = [...string]; // Error alias
232 type T08 = First<any>; alias
14 type T08<T> = { +readonly [P in keyof T]: T[P] }; alias
15 type T08 = Foo1<`**${string}**`>; alias