[APM] Export ProcessorEvent type (#90540)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Søren Louv-Jansen 2021-02-08 14:37:32 +01:00 committed by GitHub
parent 4a1946b7ae
commit be9f7c3dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,3 +97,4 @@ export const plugin = (initContext: PluginInitializerContext) =>
new APMPlugin(initContext);
export { APMPlugin, APMPluginSetup } from './plugin';
export type { ProcessorEvent } from '../common/processor_event';