UNPKG

@addapptables/microservice

Version:
6 lines (5 loc) 98 B
export interface IBrokerProcess { [key: string]: { handle<T>(data: T): void; }; }