Interface RequestArguments

interface RequestArguments {
    method: string;
    params?: any[];
}

Properties

Properties

method: string
params?: any[]