import type { BlockMutationEvent } from '@editorjs/editorjs'; import type { EventActions } from '../services/editor-service.options'; export type CuiEventActionData = { [key in EventActions]: BlockMutationEvent[]; };