UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

6 lines 223 B
/// <reference types="node" /> import { EventEmitter } from 'events'; export interface XuiNodeMiddlewareInterface extends EventEmitter { getEvents(): string[]; } //# sourceMappingURL=xuiNodeMiddleware.interface.d.ts.map