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

]?]; };