Omits properties with never type from an object type.
never
OmitNever<T> removes all properties whose value type is never, producing a cleaner type without impossible properties.
OmitNever<T>
Target object type
Jeongho Nam - https://github.com/samchon
Omits properties with
nevertype from an object type.OmitNever<T>removes all properties whose value type isnever, producing a cleaner type without impossible properties.