UNPKG

@fanoutio/eventstream

Version:

Connect-compatible middleware that enables the easy creation of EventStream endpoints

6 lines 194 B
import IServerSentEvent from './IServerSentEvent.js'; export default interface IAddressedEvent { channel: string; event: IServerSentEvent; } //# sourceMappingURL=IAddressedEvent.d.ts.map