UNPKG

bipbop-microservices

Version:
5 lines (4 loc) 132 B
import { ServiceDefinition } from './ServiceDefinition'; export declare type Services = { [name: string]: ServiceDefinition; };