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

]?]; };