# Type Alias: GenericSyncTable

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

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

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.
