Searched refs:T11 (Results 1 – 11 of 11) sorted by relevance
55 type T11 = typeof CX; alias60 interface I11 extends T11 { x: string }
32 type T11 = { a: string } | never;
96 type T11 = { new(): boolean }; alias100 let x11: T11;
28 type T11 = Trim<' hello …
29 type T11 = { [P in keyof Item]?: Item[P] }; alias
44 type T11 = boolean[][number | `${number}`]; // boolean alias
86 type T11 = BoxifiedWithSentinel<A | B | C, undefined>; alias
29 type T11 = Partial<string[]>; alias
448 type T11 = P1<(...z: number[]) => void>; alias
37 type T11 = ReturnType<(s: string) => void>; // void alias
73 declare type T11 = { alias156 let t11: T11;