@ccw-api/api
    Preparing search index...
    interface CREATION_FAVORITE {
        assetMarketInfo: null;
        avatar: string;
        comment: string;
        commentType: null;
        content: {
            comments: string;
            sender: string;
            sender_id: string;
            subject_oid: string;
            subject_outline: string;
            subject_type: "CREATION";
        };
        contentCategory: "CREATION_FAVORITE";
        createdAt: number;
        creationInfo: CreationMinimal;
        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: "CREATION";
        title: null;
        triggeredById: string;
        url: null;
    }
    Index

    Properties

    assetMarketInfo: null
    avatar: string
    comment: string
    commentType: null
    content: {
        comments: string;
        sender: string;
        sender_id: string;
        subject_oid: string;
        subject_outline: string;
        subject_type: "CREATION";
    }
    contentCategory: "CREATION_FAVORITE"
    createdAt: number
    creationInfo: CreationMinimal
    extensionInfo: null
    followInfo: null
    likeIcon: null
    message: null
    messageType: null
    senderName: string
    senderOid: string
    senderType: null
    studentInfo: null
    subjectOid: string
    subjectOutline: string
    subjectType: "CREATION"
    title: null
    triggeredById: string
    url: null