Searched defs:T22 (Results 1 – 11 of 11) sorted by relevance
15 type T22 = T2[2]; // undefined alias
248 type T22 = Last<[string]>; alias
58 type T22<T> = keyof (T & myType2); alias
20 type T22 = Required<(string | undefined)[]>; alias
43 type T22 = Parts<`*${number}*`>; alias
69 type T22 = MatchPair<' [1,2]'>; // unknown alias
27 type T22<T> = T & unknown; // T alias
28 type T22 = typeof Array<string, number>; // Error alias
100 type T22<in out out T> = T; // Error alias
31 type T22 = Shape[string | boolean]; // Error alias
56 type T22 = ArgumentType<(x?: string) => number>; // string | undefined alias