Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
CanonicalRowType
Type Alias CanonicalRowType<R>
CanonicalRowType
:
{
[
K
in
keyof
R
]
:
R
[
K
]
extends
CanonicalizableType
?
CanonicalType
<
R
[
K
]
>
:
R
[
K
]
extends
Any
<
unknown
,
0
|
1
>
?
R
[
K
]
:
never
}
Type Parameters
R
extends
RowLikeCanonicalizable
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Typegres API Reference - v0.0.1
Loading...