RemoteProcedureCall: {
    args?: any[];
    path: string;
    serviceConfig: ServiceConfig;
}

The service, path and arguments to use for a remote procedure call.

Type declaration