Interface TagCreateDto

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

Hierarchy

Properties

color?: string

String representing hex color of the tag. It is saved without hash (#) sign.

Example

color: 'ff0000' // for red color.
id?: string
published: string[]

Array of language ids for which this entity is published

translations: TranslationsRecord<TagTranslatable>

Generated using TypeDoc