export interface FunctionOperandAsResponse { /** * The name of the function. */ function: string; /** * The list of function arguments. */ arguments: Array; } //# sourceMappingURL=FunctionOperandAsResponse.d.ts.map