Interface BannerMediaCreateDto

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

Hierarchy

Properties

media: {
    media: string;
    min_screen_width: number;
}[]
published: string[]

Array of language ids for which this entity is published

translations: TranslationsRecord<TranslatableBannerMedia>
url?: null | string

Generated using TypeDoc