{
  "version": 3,
  "sources": ["../../src/types/manager.types.ts"],
  "sourcesContent": ["export interface IEventBus<T> {\n  subscribe(event: string, callback: Function): void;\n  publish(event: string, data: T): void;\n  unsubscribe(event: string, callback: Function): void;\n}\n"],
  "mappings": "+WAAA,IAAAA,EAAA,kBAAAC,EAAAD",
  "names": ["manager_types_exports", "__toCommonJS"]
}
