interface NpmsScore {
    analyzedAt: string;
    evaluation: NpmsEvaluation;
    score: { detail: NpmsScoreDetail; final: number };
}

Properties

analyzedAt: string
evaluation: NpmsEvaluation
score: { detail: NpmsScoreDetail; final: number }