@ccw-api/api
    Preparing search index...

    Interface StudentOverview

    interface StudentOverview {
        approvedContent: string;
        approvedType: string;
        avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        bio: string;
        commentCount: number;
        creationCount: number;
        favoriteCount: number;
        followerCount: number;
        followingCount: number;
        followingStatus: string;
        isSelf: boolean;
        likeCount: number;
        name: string;
        oid: string;
        picUrl: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        remixedCount: number;
        viewCount: number;
        virtualValue:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
    }
    Index

    Properties

    approvedContent: string
    approvedType: string
    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    bio: string
    commentCount: number
    creationCount: number
    favoriteCount: number
    followerCount: number
    followingCount: number
    followingStatus: string
    isSelf: boolean
    likeCount: number
    name: string
    oid: string
    picUrl: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    remixedCount: number
    viewCount: number
    virtualValue:
        | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`