kysely
Preparing search index...
CallbackSelection
Type Alias CallbackSelection<DB, TB, CB>
CallbackSelection
:
CB
extends
(
eb
:
any
)
=>
ReadonlyArray
<
infer
SE
>
?
Selection
<
DB
,
TB
,
SE
>
:
never
Turns a SelectCallback into a selection object.
Type Parameters
DB
TB
extends
keyof
DB
CB
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...
Turns a SelectCallback into a selection object.