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

Defined in: [api.ts:1237](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L1237)

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:1241](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L1241)

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