Searched defs:T1 (Results 1 – 2 of 2) sorted by relevance
21 type T1 = { alias31 const t4: T1 = { a: "a" } satisfies T1; constant
18 type T1<T extends any[]> = T extends [infer U extends string] ? ["string", U] : alias