sqlkit
Preparing search index...
UpdatePayload
Interface UpdatePayload<T>
interface
UpdatePayload
<
T
>
{
data
:
Partial
<
T
>
;
returning
?:
(
keyof
T
)
[]
;
where
:
WhereCondition
<
T
>
;
}
Type Parameters
T
Index
Properties
data
returning?
where
Properties
data
data
:
Partial
<
T
>
Optional
returning
returning
?:
(
keyof
T
)
[]
where
where
:
WhereCondition
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
returning
where
sqlkit
Loading...