@web-core/web-sdk
    Preparing search index...

    Interface NewsResponse

    interface NewsResponse {
        _id: string;
        attachments: string[];
        content: string;
        createDate: number;
        createdBy: string;
        header: string;
        locale: string;
        mimeType: string;
        publishDate: number;
        publishedBy: string;
        relatedStock: string[];
        source: string;
        summary: string;
        tag: string[];
        updateDate: number;
        updatedBy: string;
    }
    Index

    Properties

    _id: string
    attachments: string[]
    content: string
    createDate: number
    createdBy: string
    header: string
    locale: string
    mimeType: string
    publishDate: number
    publishedBy: string
    relatedStock: string[]
    source: string
    summary: string
    tag: string[]
    updateDate: number
    updatedBy: string