UNPKG

rsocket-rxjs

Version:
8 lines (7 loc) 263 B
import { Authentication } from '../security/authentication'; export declare class FluentRequest<O, I> { private _route; private _data?; private _authentication?; constructor(_route: string, _data?: any, _authentication?: Authentication); }