kysely
Preparing search index...
OutputCallback
Type Alias OutputCallback<DB, TB, OP>
OutputCallback
:
(
eb
:
ExpressionBuilder
<
OutputDatabase
<
DB
,
TB
,
OP
>
,
OP
>
,
)
=>
ReadonlyArray
<
OutputExpression
<
DB
,
TB
,
OP
>
>
Type Parameters
DB
TB
extends
keyof
DB
OP
extends
OutputPrefix
=
OutputPrefix
Type declaration
(
eb
:
ExpressionBuilder
<
OutputDatabase
<
DB
,
TB
,
OP
>
,
OP
>
,
)
:
ReadonlyArray
<
OutputExpression
<
DB
,
TB
,
OP
>
>
Parameters
eb
:
ExpressionBuilder
<
OutputDatabase
<
DB
,
TB
,
OP
>
,
OP
>
Returns
ReadonlyArray
<
OutputExpression
<
DB
,
TB
,
OP
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...