#1947·kysely

add "dumb container type" for builder generics for cheap type-level comparisons.

Author: igalklebanovCreated Jul 18, 2026Updated Jul 30, 2026
Labelsenhancementapitypescript

Hey

Following https://github.com/microsoft/typescript-go/issues/4579, we:

need to expose and promote usage of a dumb container type for SelectQueryBuilder's generics so that users match against it and not against SelectQueryBuilder itself.

I remember a PR a while back that looked relevant to this but broke assignability tests.