interface Infos {
    author?: Author;
    category: number;
    content: string;
    genres?: number[];
    id: number;
    images?: string[];
    imageUrl: string;
    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;
    webUrl?: string;
}

Hierarchy (View Summary)

Properties

author?: Author
category: number
content: string
genres?: number[]
id: number
images?: string[]
imageUrl: string
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
webUrl?: string