@ccw-api/api
    Preparing search index...
    interface COMMUNITY_ACTIVITY {
        assetMarketInfo: null;
        avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        comment: string;
        commentType: null;
        content: {
            comments: string;
            subject_oid: string;
            subject_outline: string;
            subject_type: "ACTIVITY";
        };
        contentCategory: "COMMUNITY_ACTIVITY";
        createdAt: number;
        creationInfo: null;
        extensionInfo: null;
        followInfo: null;
        likeIcon: null;
        message: null;
        messageType: null;
        senderInfo: null;
        senderName: null;
        senderOid: null;
        senderType: null;
        studentInfo: null;
        subjectOid: string;
        subjectOutline: string;
        subjectType: "ACTIVITY";
        title: null;
        triggeredById: string;
        url: null;
    }
    Index

    Properties

    assetMarketInfo: null
    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    comment: string
    commentType: null
    content: {
        comments: string;
        subject_oid: string;
        subject_outline: string;
        subject_type: "ACTIVITY";
    }
    contentCategory: "COMMUNITY_ACTIVITY"
    createdAt: number
    creationInfo: null
    extensionInfo: null
    followInfo: null
    likeIcon: null
    message: null
    messageType: null
    senderInfo: null
    senderName: null
    senderOid: null
    senderType: null
    studentInfo: null
    subjectOid: string
    subjectOutline: string
    subjectType: "ACTIVITY"
    title: null
    triggeredById: string
    url: null