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

import typing

TranslateMode = typing.Union[
    typing.Literal["formal", "modern-colloquial", "classic-colloquial", "code-mixed"], typing.Any
]
