@ccw-api/api
    Preparing search index...
    type Res = {
        commentCount: number;
        commentCountGrowth: number;
        favoriteCount: number;
        favoriteCountGrowth: number;
        income: number;
        incomeGrowth: number;
        playCount: number;
        playCountGrowth: number;
        playTime: number;
        playTimeGrowth: number;
        shareCount: number;
        shareCountGrowth: number;
    }
    Index

    Properties

    commentCount: number
    commentCountGrowth: number
    favoriteCount: number
    favoriteCountGrowth: number
    income: number
    incomeGrowth: number
    playCount: number
    playCountGrowth: number
    playTime: number
    playTimeGrowth: number
    shareCount: number
    shareCountGrowth: number