hermes-queue
Version:
Hermes is a modular framework for node.js to make gRPC APIs.
12 lines • 364 B
TypeScript
import { Server, Iloadproto, Istart, IaddService, Ihandlers, Iclient } from "../protocols/index";
export interface IhttpManager {
_server: Server;
_client: any;
_bindAsync: any;
loadproto: Iloadproto;
addService: IaddService;
handlers: Ihandlers;
start: Istart;
client: Iclient;
}
//# sourceMappingURL=http-manager-protocol.d.ts.map