UNPKG

@playtini/beta7

Version:

Microframework for Microservices

8 lines (7 loc) 175 B
import { IGelf } from '../services'; export default interface IServiceBroker { nodeID: string; kafkaBrokers: string[]; schemaRegistry: string; gelf?: IGelf; }