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

import typing

import typing_extensions


class PingSignalParams(typing_extensions.TypedDict):
    """
    Send ping signal to keep the WebSocket connection alive. The connection automatically
    closes after one minute of inactivity.
    """

    type: typing.Literal["ping"]
