Type Alias: GenericSyncTable¶
GenericSyncTable =
SyncTableDef<any,any,ParamDefs,any,SyncExecutionContext,SyncPassthroughData>
Defined in: api.ts:484
Type definition for a static (non-dynamic) sync table. Should not be necessary to use directly, see makeSyncTable for defining a sync table.