Skip to content

Interface: NoProjection

Defined in: core/src/query/builder.ts:42

Sentinel used as TProjection when the caller did not pass an explicit column map to select(...). A branded object type avoids clashing with a legitimate null column value.

readonly __noProjection: typeof __noProjection

Defined in: core/src/query/builder.ts:43