proposit-core
    Preparing search index...

    Interface TCoreEvaluationGrading

    interface TCoreEvaluationGrading {
        color: "green" | "orange" | "red" | "gray";
        grade: TCoreEvaluationGrade;
        label: string;
    }
    Index

    Properties

    Properties

    color: "green" | "orange" | "red" | "gray"

    Display color name for UI rendering.

    Machine-readable grade.

    label: string

    Short human-readable label (e.g. "Sound", "Vacuously True").