UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

10 lines (9 loc) 404 B
import { HttpClient } from "../internals/create-http-client"; import { SSEClient } from "../internals/create-sse-client"; import { EventClient } from "../internals/create-event-client"; export declare class WildduckClientComponent { protected http: HttpClient; protected sse: SSEClient; protected events: EventClient; constructor(http: HttpClient, sse: SSEClient, events: EventClient); }