kysely
    Preparing search index...

    Type Alias UpdateKeys<R>

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

    Keys of R whose UpdateType values are not never

    Type Parameters

    • R