SW Combine SDK
    Preparing search index...

    Interface NewsReference

    Reference object used by detailed news responses.

    interface NewsReference {
        attributes?: { href?: string; uid?: string };
        value: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: { href?: string; uid?: string }
    value: string