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

    Interface NewsfeedMessage

    interface NewsfeedMessage {
        authorid?: number;
        content: string;
        created: DateContainer;
        editorid?: number;
        id: string;
        newsfeedid: string;
        tagid?: number;
        title?: string;
        updated: DateContainer;
    }
    Index

    Properties

    authorid?: number
    content: string
    created: DateContainer
    editorid?: number
    id: string
    newsfeedid: string
    tagid?: number
    title?: string
    updated: DateContainer