# This file was auto-generated by Fern from our API Definition. import datetime as dt import typing import typing_extensions class EventResponseDataParams(typing_extensions.TypedDict): event_type: typing.Literal["final"] """ Type of event that occurred """ message: typing_extensions.NotRequired[str] """ Human-readable description of the event """ timestamp: typing_extensions.NotRequired[dt.datetime] """ ISO 8601 timestamp when the event occurred """