TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface DictionaryInfo

    interface DictionaryInfo {
        created_at: Date;
        fallback: string;
        id: string;
        languages: DictionaryLanguage[];
        name: string;
        slug: string;
        updated_at: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    created_at: Date
    fallback: string

    First dictionary language E.g "en-US"

    id: string
    languages: DictionaryLanguage[]
    name: string
    slug: string
    updated_at: Date