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

    Interface ReputationScore

    interface ReputationScore {
        rank: string;
        score: number;
        studentOid: string;
    }
    Index

    Properties

    Properties

    rank: string
    score: number
    studentOid: string