UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

5 lines 192 B
import { EventEmitter } from 'events'; export interface XuiNodeMiddlewareInterface extends EventEmitter { getEvents(): string[]; } //# sourceMappingURL=xuiNodeMiddleware.interface.d.ts.map