- Preparing search index...
- The search index is not available
kysely
Type alias CallbackSelection<DB, TB, CB>
CallbackSelection<DB, TB, CB>: CB extends ((eb) => ReadonlyArray<infer SE>) ? Selection<DB, TB, SE> : never
Type Parameters
-
DB
-
TB extends keyof DB
-
CB
Turns a SelectCallback into a selection object.