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

    Properties

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