UNPKG

bipbop-microservices

Version:
8 lines (7 loc) 236 B
import { Schema } from 'jsonschema'; import { Services } from './Services'; export declare type ReceiveFormat<P = any> = { service: string; payload: P; }; export declare function receiveSchema(payloadSchemas: Services): Schema;