# This file was auto-generated by Fern from our API Definition.

import typing_extensions
from ..types.response_type import ResponseType
from .speech_to_text_response_data import SpeechToTextResponseDataParams


class SpeechToTextStreamingResponseParams(typing_extensions.TypedDict):
    type: ResponseType
    data: SpeechToTextResponseDataParams
