# Type Alias: GenericSyncTable

> **GenericSyncTable** = [`SyncTableDef`](../../interfaces/SyncTableDef/)\<`any`, `any`, [`ParamDefs`](../ParamDefs/), `any`, [`SyncExecutionContext`](../../interfaces/SyncExecutionContext/), `SyncPassthroughData`>

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

Type definition for a static (non-dynamic) sync table. Should not be necessary to use directly, see [makeSyncTable](../../functions/makeSyncTable/) for defining a sync table.
