# Interface: SyncUpdateResult\<K, L, SchemaT>

Defined in: [api.ts:1248](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L1248)

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`](../ObjectSchemaDefinition/)\<`K`, `L`> |

## Properties

### result

> **result**: [`SyncUpdateSingleResult`](../../type-aliases/SyncUpdateSingleResult/)\<`K`, `L`, `SchemaT`>[]

Defined in: [api.ts:1252](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L1252)

The individual update results. Every incoming update should have a corresponding result, in the same order.
