Type Alias: GenericSyncFormula¶
GenericSyncFormula =
SyncFormula<any,any,ParamDefs,any,SyncExecutionContext,SyncPassthroughData>
Defined in: api.ts:472
Type definition for the formula that implements a sync table. Should not be necessary to use directly, see makeSyncTable for defining a sync table.