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

    Interface StudentProfile

    interface StudentProfile {
        avatar:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
        bio: string;
        birthday: number;
        category: string;
        commentCount: number;
        extraInfo: ProfileExtraInfo;
        gender: string;
        hideGender: boolean;
        identityAuthRank: string;
        lastLoginAt: number;
        memberArchive: MemberArchive;
        name: string;
        picUrl: `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`;
        regChannel: string;
        reputationScore: ReputationScore;
        statistics: ProfileStatistics;
        studentCreatedDays: number;
        studentNumber: string;
        studentOid: string;
        virtualValue:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    bio: string
    birthday: number
    category: string
    commentCount: number
    extraInfo: ProfileExtraInfo
    gender: string
    hideGender: boolean
    identityAuthRank: string
    lastLoginAt: number
    memberArchive: MemberArchive
    name: string
    picUrl: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    regChannel: string
    reputationScore: ReputationScore
    statistics: ProfileStatistics
    studentCreatedDays: number
    studentNumber: string
    studentOid: string
    virtualValue:
        | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`