- Preparing search index...
- The search index is not available
kysely
Type alias Selection<DB, TB, SE>
Selection<DB, TB, SE>: [DB] extends [unknown] ? { [E in FlattenSelectExpression<SE> as ExtractAliasFromSelectExpression<E>]: SelectType<ExtractTypeFromSelectExpression<DB, TB, E>> } : {}
Type Parameters
-
DB
-
TB extends keyof DB
-
SE
Turns a SelectExpression or a union of them into a selection object.