Type alias Translations<Content>

Translations<Content>: {
    translations?: TranslationsRecord<Content>;
}

Map that contains translations for any given language (UUID is id of language)

Type Parameters

  • Content extends object

Type declaration

Generated using TypeDoc