Skip to content

Type alias: SyncFormula<K, L, ParamDefsT, SchemaT>

core.SyncFormula

Ƭ SyncFormula<K, L, ParamDefsT, SchemaT>: SyncFormulaDef<K, L, ParamDefsT, SchemaT> & { isSyncFormula: true ; resultType: TypeOf<SchemaType<SchemaT>> ; schema?: ArraySchema ; supportsUpdates?: boolean }

The result of defining the formula that implements a sync table.

There is no need to use this type directly. You provide a SyncFormulaDef as an input to makeSyncTable which outputs definitions of this type.

Type parameters

Name Type
K extends string
L extends string
ParamDefsT extends ParamDefs
SchemaT extends ObjectSchema<K, L>

Defined in

api.ts:1155