Searched refs:T31 (Results 1 – 3 of 3) sorted by relevance
41 type T31 = Reverse<string[]>;
37 type T31 = { [P in keyof string]: void }; alias
43 type T31 = Partial<Boxified<string[]>>; alias