pond-ts API Reference (core)
Preparing search index...
JsonRowForSchema
Type Alias JsonRowForSchema<S>
JsonRowForSchema
:
{
[
I
in
keyof
S
]
:
S
[
I
]
extends
ColumnDef
<
any
,
infer
K
>
?
JsonValueForKind
<
K
>
|
null
:
never
}
Type Parameters
S
extends
readonly
ColumnDef
<
string
,
string
>
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
pond-ts API Reference (core)
Loading...