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

    Properties

    assetMarketInfo: null
    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    comment: string
    commentType: null
    content: {
        avatar:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
        comments: string;
        ext: null;
        message: string;
        sender: string;
        sender_id: string;
        senderType: "STUDENT";
        subject_oid: `${number}`;
        subject_outline: string;
        subject_type: "TEAM";
    }

    Type Declaration

    • avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    • comments: string
    • ext: null
    • message: string

      string为回复

    • sender: string
    • sender_id: string
    • senderType: "STUDENT"
    • subject_oid: `${number}`
    • subject_outline: string
    • subject_type: "TEAM"
    contentCategory: "TEAM_COMMENTED"
    createdAt: number
    creationInfo: null
    extensionInfo: null
    followInfo: null
    likeIcon: null
    message: string

    string为回复

    messageType: null
    senderName: string
    senderOid: string
    senderType: "STUDENT"
    studentInfo: null
    subjectOid: `${number}`
    subjectOutline: string
    subjectType: "TEAM"
    title: null
    triggeredById: `${number}`
    url: null