ExcludeOptionalProps<T>: Pick<T, RequiredKeys<T>>

allow to exclude optional props from a type

Type Parameters

  • T