import { IEventSource } from './IEventSource'; import { IPayload } from './IPayload'; export interface IEventSources { [key: string]: IEventSource; }