UNPKG

eventstore-interconnect

Version:
7 lines (6 loc) 238 B
import { HTTPClient } from 'geteventstore-promise'; export declare const HTTP_CLIENT_CONNECTION_INITIALIZER: unique symbol; export interface HttpClientsConnectionInitializer { init(): Promise<void>; getHttpClient(): HTTPClient; }