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