Skip to content

tools / Exports / FunctionCall

Interface: FunctionCall

Function call interface

Table of contents

Properties

Properties

name

name: string

Defined in

packages/tools/src/types.ts:41


arguments

arguments: string | Record<string, any>

Defined in

packages/tools/src/types.ts:42

Released under the MIT License.