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

]?]; };