.where('x', 'is not', null) and correspond type's nullability

Oohmi5/22/2023
Not sure if this even possible in typescript (although all of the work Kysely already makes it seem magical). But let's say we have a column 'x' that has type string | null. Is it possible to write a query that ends up resulting in a final type of string after using .where('x', 'is not', null) or any similar method?
Solution
UUUnknown User5/22/2023
Message Not Public
Sign In & Join Server To View
Oohmi5/22/2023
but in theory, it would be possible?
UUUnknown User5/22/2023
Message Not Public
Sign In & Join Server To View
Oohmi5/22/2023
magic
Oohmi5/22/2023
awesome, thanks again
Oohmi5/22/2023
what part of the instance should i be calling it on? did a quick search of this channel, and the docs but didnt see any examples
Oohmi5/22/2023
ah
Oohmi5/22/2023
not in the most recent npm release?
IIgal5/22/2023
Sorry, my bad, this is release pending