UNPKG

dino-express

Version:

DinO enabled REST framework based on express

5 lines (4 loc) 163 B
import { type ApplicationEvent } from './ApplicationEvent'; export interface EventProducerInterface { send: (applicationEvent: ApplicationEvent) => boolean; }