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

import typing

import typing_extensions
from .error_response_data import ErrorResponseDataParams


class ErrorResponseParams(typing_extensions.TypedDict):
    type: typing.Literal["error"]
    data: ErrorResponseDataParams
