kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Export types SimplifyResult and SimplifySingleResult from type-utils

Open maximilian-hammerl opened this issue 5 months ago • 0 comments

I am trying to extend kysely using module augmentation, but I am missing the types SimplifyResult and SimplifySingleResult which are not exported from `type-utils´.

Is there a reason why Simplify is exported, but the other two are not? The three types are used as return types of the execute(), executeTakeFirst() and executeTakeFirstOrThrow() methods.

If there are no objections against exporting the two types, can I just create a simple PR with this change?

maximilian-hammerl avatar Jun 10 '25 13:06 maximilian-hammerl