@ccw-api/api
    Preparing search index...
    interface SearchStudent {
        approvalTagRelations: SearchApprovalTagRelation[];
        avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        bio: string;
        createdAt: number;
        creationCount: number;
        creations: Creation[];
        followerCount: number;
        followingStatus: "UNFOLLOWED" | "FOLLOWED" | "BOTH_FOLLOWED";
        gender: "MALE" | "FEMALE";
        name: string;
        oid: string;
        studentNumber: `${number}`;
        updatedAt: number;
        virtualValue:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
    }
    Index

    Properties

    approvalTagRelations: SearchApprovalTagRelation[]
    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    bio: string
    createdAt: number
    creationCount: number
    creations: Creation[]
    followerCount: number
    followingStatus: "UNFOLLOWED" | "FOLLOWED" | "BOTH_FOLLOWED"
    gender: "MALE" | "FEMALE"
    name: string
    oid: string
    studentNumber: `${number}`
    updatedAt: number
    virtualValue:
        | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`