interface FunctionCallRaw {
    arguments: object;
    name: string;
}

Properties

Properties

arguments: object
name: string