Obtain better readable type information when a type is constructed from other types, e.g., using Omit<T> and intersections.
Omit<T>
Obtain better readable type information when a type is constructed from other types, e.g., using
Omit<T>
and intersections.