Interface RequestArguments

interface RequestArguments {
    method: any;
    params?: any;
}

Properties

Properties

method: any
params?: any