UNPKG

bipbop-microservices

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