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

    Properties

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