ioperatorformula
@nishans/types / Exports / IOperatorFormula
Interface: IOperatorFormula<RT, O, F, A>#
Type parameters#
| Name | Type |
|---|---|
RT | TFormulaResultType |
O | TOperator |
F | THybridFunctionName |
A | any |
Hierarchy#
- IOperatorFormula
Index#
Properties#
Properties#
args#
• args: A
Defined in: formula.ts:98
name#
• name: F
Defined in: formula.ts:97
operator#
• operator: O
Defined in: formula.ts:96
result_type#
• result_type: RT
Defined in: formula.ts:95
type#
• type: operator
Defined in: formula.ts:94