wx-ezhan
    Preparing search index...

    Interface GetNewNotifyData

    最新消息摘要接口返回数据

    interface GetNewNotifyData {
        commentId: string;
        content: string;
        createdTime: string;
        id: string;
        isRead: boolean;
        receiverId: string;
        senderId: string;
        topicId: string;
        type: "TOPIC_LIKE" | "COMMENT_ADD" | "COMMENT_REPLY";
    }
    Index

    Properties

    commentId: string
    content: string
    createdTime: string
    id: string
    isRead: boolean
    receiverId: string
    senderId: string
    topicId: string
    type: "TOPIC_LIKE" | "COMMENT_ADD" | "COMMENT_REPLY"