@theredspace/spp-client
    Preparing search index...

    Interface Newsfeed

    A news feed: a collection of messages with project status information. Fields from XML API docs. citeturn2file2

    interface Newsfeed {
        attributes?: Record<string, unknown>;
        created: DateContainer;
        id: number;
        updated: DateContainer;
    }
    Index

    Properties

    attributes?: Record<string, unknown>

    Custom attributes (if any)

    created: DateContainer

    Creation timestamp

    id: number

    Unique ID

    updated: DateContainer

    Last update timestamp