Searched refs:Unconstrained (Results 1 – 1 of 1) sorted by relevance
194 type Unconstrained<T> = ElementType<Mapped<T>>; alias195 type T1 = Unconstrained<[string, number, boolean]>; // string | number | boolean