interface ArgumentsDelta {
    arguments?: string;
    type: "arguments_delta";
}

Properties

Properties

arguments?: string
type: "arguments_delta"