Type alias ExcludeOptionalProps<T>

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

Type Parameters

  • T