@ccw-api/api
    Preparing search index...
    interface POST_COMMENT {
        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: { slug: string };
            message: string;
            sender: string;
            sender_id: string;
            senderType: "STUDENT";
            subject_oid: string;
            subject_outline: string;
            subject_type: "POST";
        };
        contentCategory: "POST_COMMENT";
        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: string;
        subjectOutline: string;
        subjectType: "POST";
        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: { slug: string };
        message: string;
        sender: string;
        sender_id: string;
        senderType: "STUDENT";
        subject_oid: string;
        subject_outline: string;
        subject_type: "POST";
    }

    Type Declaration

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

      string为回复

    • sender: string
    • sender_id: string
    • senderType: "STUDENT"
    • subject_oid: string
    • subject_outline: string
    • subject_type: "POST"
    contentCategory: "POST_COMMENT"
    createdAt: number
    creationInfo: null
    extensionInfo: null
    followInfo: null
    likeIcon: null
    message: string

    string为回复

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