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

import typing

import typing_extensions


class PronunciationDictionaryDataParams(typing_extensions.TypedDict):
    """
    The full pronunciation data for a dictionary.
    """

    pronunciations: typing.Dict[str, typing.Dict[str, str]]
    """
    Pronunciation mappings organized by language code (e.g. `hi-IN`, `en-IN`). Each language maps words to their custom pronunciations.
    """
