TypeScript Utils by Ian Macalinao
Preparing search index...
kysely-utils
UpdateFieldFn
Type Alias UpdateFieldFn<DB, TB, T, K>
UpdateFieldFn
:
(
v
:
Required
<
T
>
[
K
]
,
)
=>
UpdateObject
<
DB
,
TB
>
|
false
|
undefined
|
null
Type Parameters
DB
TB
extends
keyof
DB
T
K
extends
keyof
T
Type declaration
(
v
:
Required
<
T
>
[
K
]
)
:
UpdateObject
<
DB
,
TB
>
|
false
|
undefined
|
null
Parameters
v
:
Required
<
T
>
[
K
]
Returns
UpdateObject
<
DB
,
TB
>
|
false
|
undefined
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TypeScript Utils by Ian Macalinao
Loading...