Interface: SyncUpdateResult<K, L, SchemaT>¶
Defined in: api.ts:1231
Type definition for the batched result returned by a sync table update function.
Type Parameters¶
| Type Parameter |
|---|
K extends string |
L extends string |
SchemaT extends ObjectSchemaDefinition<K, L> |
Properties¶
result¶
result:
SyncUpdateSingleResult<K,L,SchemaT>[]
Defined in: api.ts:1235
The individual update results. Every incoming update should have a corresponding result, in the same order.