Interface BannerMedia

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

Hierarchy

Properties

id: string
media: {
    media: CdnMedia;
    min_screen_width: number;
}[]
order: number
published: string[]

Array of language ids for which this entity is published

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

Generated using TypeDoc