Type alias: SyncFormula<K, L, ParamDefsT, SchemaT>¶
Ƭ SyncFormula<K
, L
, ParamDefsT
, SchemaT
>: SyncFormulaDef
<K
, L
, ParamDefsT
, SchemaT
> & { isSyncFormula
: true
; resultType
: TypeOf
<SchemaType
<SchemaT
>> ; schema?
: ArraySchema
}
The result of defining the formula that implements a sync table.
There is no need to use this type directly. You provid 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 > |