Type alias: StringFormulaDef<ParamDefsT>¶
Ƭ StringFormulaDef<ParamDefsT>: BaseFormulaDef<ParamDefsT, string> & { resultType: String ; execute: (params: ParamValues<ParamDefsT>, context: ExecutionContext) => string | Promise<string>  } & { schema?: StringSchema  } | { codaType?: StringHintTypes  }
A definition accepted by makeFormula for a formula that returns a string.
Type parameters¶
| Name | Type | 
|---|---|
ParamDefsT | 
extends ParamDefs |