Searched refs:T12 (Results 1 – 8 of 8) sorted by relevance
56 type T12 = typeof EX; alias61 interface I12 extends T12 { x: string }
33 type T12 = { a: string } & never; alias
30 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
87 type T12 = BoxifiedWithSentinel<string, undefined>; alias
30 type T12 = Required<string[]>; alias
449 type T12 = P1<(x: number, y: number) => void>; alias
38 type T12 = ReturnType<(<T>() => T)>; // {} alias
79 interface T12 { interface159 let t12: T12;