Type alias TranslationsUpdateDto<ContentDto>

TranslationsUpdateDto<ContentDto>: {
    translations?: TranslationsRecord<ContentDto>;
}

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

Type Parameters

  • ContentDto extends object

Type declaration

Generated using TypeDoc