@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 {
        created: DateContainer;
        id: string;
        updated: DateContainer;
    }
    Index

    Properties

    Properties

    created: DateContainer

    Creation timestamp

    id: string

    Unique ID

    updated: DateContainer

    Last update timestamp