UNPKG

@playtini/beta7

Version:

Microframework for Microservices

7 lines (6 loc) 148 B
export default interface IRecoveryService { nodeID: string; kafkaBrokers: string[]; schemaRegistry: string; restoreTopic: string; }