UNPKG

coffee-core

Version:

Coffee IT API core library

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