kysely
Preparing search index...
Selection
Type Alias Selection<DB, TB, SE>
Selection
:
[
DB
]
extends
[
unknown
]
?
{
[
E
in
FlattenSelectExpression
<
SE
>
as
ExtractAliasFromSelectExpression
<
E
,
>
]
:
SelectType
<
ExtractTypeFromSelectExpression
<
DB
,
TB
,
E
>
>
}
:
{}
Turns a SelectExpression or a union of them into a selection object.
Type Parameters
DB
TB
extends
keyof
DB
SE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...
Turns a SelectExpression or a union of them into a selection object.