Searched refs:T21 (Results 1 – 4 of 4) sorted by relevance
45 type T21 = InstanceType<any>; // any alias
34 type T21 = { [P in keyof Item]: Array<Item[P]> }; alias
47 type T21<T extends unknown[]> = { [K in keyof T]: T20<K> }; alias
36 type T21 = Partial<(string | undefined)[]>; alias