# Type Alias: SyncTable

> **SyncTable** = [`GenericSyncTable`](../GenericSyncTable/) | [`GenericDynamicSyncTable`](../GenericDynamicSyncTable/)

Defined in: [api.ts:503](https://github.com/coda/packs-sdk/blob/853bf0fabbc842fea7362510b545440b16a96b05/api.ts#L503)

Union of type definitions for sync tables.. Should not be necessary to use directly, see [makeSyncTable](../../functions/makeSyncTable/) or [makeDynamicSyncTable](../../functions/makeDynamicSyncTable/) for defining a sync table.
