import type { DisplayObject, FederatedEvent } from '@antv/g'; export type PluginEvent = Omit & { targetType: 'canvas' | 'node' | 'edge' | 'combo'; target: DisplayObject; };