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

    Properties

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