Type alias UpdateKeys<R>

UpdateKeys<R>: {
    [K in keyof R]: IfNotNever<UpdateType<R[K]>, K>
}[keyof R]

Keys of R whose UpdateType values are not never

Type Parameters

  • R

Generated using TypeDoc