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

    Interface NewsfeedMessage

    interface NewsfeedMessage {
        attributes?: Record<string, unknown>;
        author_id?: number;
        content: string;
        created: DateContainer;
        editor_id?: number;
        id: number;
        newsfeed_id: number;
        tag_id?: number;
        title?: string;
        updated: DateContainer;
    }
    Index

    Properties

    attributes?: Record<string, unknown>
    author_id?: number
    content: string
    created: DateContainer
    editor_id?: number
    id: number
    newsfeed_id: number
    tag_id?: number
    title?: string
    updated: DateContainer