Type alias RawResults<CategoryT, TargetT>
Raw
Results
<CategoryT, TargetT>: { blocks
: Record<BlockNumber, { completionTimeMs
: number; correct
: boolean; }[]>; negativeScoreAssociations
: [{ category
: CategoryT; target
: TargetT; }, { category
: CategoryT; target
: TargetT; }]; positiveScoreAssociations
: [{ category
: CategoryT; target
: TargetT; }, { category
: CategoryT; target
: TargetT; }]; }
Type declaration
-
blocks: Record<BlockNumber, {
completionTimeMs: number;
correct: boolean;
}[]>
-
negativeScoreAssociations: [{
category: CategoryT;
target: TargetT;
}, {
category: CategoryT;
target: TargetT;
}]
-
positiveScoreAssociations: [{
category: CategoryT;
target: TargetT;
}, {
category: CategoryT;
target: TargetT;
}]