Framework
UpdateManyArgs<T>
Interface: UpdateManyArgs<T>
UpdateMany arguments.
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
data | Partial<Omit<T, "id">> |
where | WhereClause<T> |
Robo.jsUpdateMany arguments.
| Type Parameter |
|---|
T |
| Property | Type |
|---|---|
data | Partial<Omit<T, "id">> |
where | WhereClause<T> |