UNPKG

@lomray/microservice-gateway

Version:
7 lines (6 loc) 184 B
import { RequestHandler } from 'express-serve-static-core'; /** * Handles webhooks from other services */ declare const webhook: () => RequestHandler; export { webhook as default };