interface FunctionCall {
    arguments: string;
    name: string;
}

Properties

Properties

arguments: string
name: string