import { RenderNodesConfiguration } from '../../configuration/components/RenderNodesConfiguration'; import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent'; import { UpdateEvent } from '../../../util/types/UpdateEvent'; export type RenderNodesEventEmitsOptions = { [P in UpdateEvent]: [RenderNodesConfiguration[ExtractUpdateEvent

]?]; };