interface Infos {
    author?: Author;
    category: number;
    commentState: string;
    content: string;
    dailymotionId: string;
    duration: number;
    genres?: number[];
    id: number;
    images?: string[];
    imageUrl: string;
    isContent: number;
    isContributor?: boolean;
    isEditor: boolean;
    isJvtech?: boolean;
    machines?: number[];
    productBrands?: Product[];
    productCategories?: Product[];
    publishDate: string;
    relatedGame?: V4Types.Game.Generic;
    targeting: Targeting;
    title: string;
    type: number;
    updateDate?: string;
    videoUrls: { type: string; url: string }[];
    webUrl: string;
}

Hierarchy (View Summary)

Properties

author?: Author
category: number
commentState: string
content: string
dailymotionId: string
duration: number
genres?: number[]
id: number
images?: string[]
imageUrl: string
isContent: number
isContributor?: boolean
isEditor: boolean
isJvtech?: boolean
machines?: number[]
productBrands?: Product[]
productCategories?: Product[]
publishDate: string
relatedGame?: V4Types.Game.Generic
targeting: Targeting
title: string
type: number
updateDate?: string
videoUrls: { type: string; url: string }[]
webUrl: string