UNPKG

hermes-queue

Version:

Hermes is a modular framework for node.js to make gRPC APIs.

9 lines 310 B
import { Iloadproto, Ihandlers, IaddService, Istart, Iclient } from '../../application/config/protocols/index'; export interface Hermes { loadProto: Iloadproto; handlers: Ihandlers; addService: IaddService; start: Istart; client: Iclient; } //# sourceMappingURL=controller-protocol.d.ts.map