Searched refs:T00 (Results 1 – 4 of 4) sorted by relevance
18 type T00 = Exclude<'a' | 'b' | 'c' | 'd', 'a' | 'c' | 'f'>; // 'b' | 'd' alias
23 type T00 = { [P in "x" | "y"]: number }; alias
74 type T00 = Partial<A | B | C>; alias
24 type T00 = Boxified<[number, string?, ...boolean[]]>; alias