Type Alias PlatformSettlementFormulaUnexpectedFunctionArguments
PlatformSettlementFormulaUnexpectedFunctionArguments: { type: "UNEXPECTED_FUNCTION_ARGUMENTS"; functionName: string; expectedCount: number; currentCount: number; position: PlatformSettlementFormulaPosition; } Type declaration
type: "UNEXPECTED_FUNCTION_ARGUMENTS"
functionName: string
expectedCount: number
currentCount: number
(int32)