Type alias TranslationsCreateDto<ContentDto>

TranslationsCreateDto<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