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

Hierarchy (view full)

Properties

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