SW Combine SDK
    Preparing search index...

    Interface NewsListItem

    News list item returned by /news/gns and /news/simnews list endpoints.

    interface NewsListItem {
        attributes: { href: string; id: number; title: string };
        value: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes: { href: string; id: number; title: string }

    Type Declaration

    • href: string
    • id: number
    • title: string

      Normalized title alias for the headline value (value)

    value: string