import { TweenConfiguration } from '../../configuration/global/TweenConfiguration'; import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent'; import { UpdateEvent } from '../../../util/types/UpdateEvent'; export type TweenEventEmitsOptions = { [P in UpdateEvent]: [TweenConfiguration[ExtractUpdateEvent

]?]; };