Interface: UpdateOneInterface<T, U, O>
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends ReferenceIdInterface | - |
U extends ReferenceIdInterface | T |
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Properties
| Property | Type |
|---|---|
update | (object: T, options?: O) => Promise<U> |