NonNeverSelectKeys<R>: { [ K in keyof R]: IfNotNever<SelectType<R[K]>, K> }[keyof R]

Keys of R whose SelectType values are not never

Type Parameters

  • R

Generated using TypeDoc