# This file is auto-generated by the CDP protocol generator.
# Do not edit this file manually as your changes will be overwritten.
# Generated from Chrome DevTools Protocol specifications.

"""CDP Emulation Domain Events"""

from typing_extensions import TypedDict

"""Notification sent after the virtual time budget for the current VirtualTimePolicy has run out."""


class VirtualTimeBudgetExpiredEvent(TypedDict):
    pass
