UNPKG

coffee-core

Version:

Coffee IT API core library

4 lines (3 loc) 106 B
export interface ValidationMiddleware { handle(message: any, bindingKey: string): Promise<boolean>; }