Skip to content

类型别名: StandardJudgement

ts
type StandardJudgement = Exclude<keyof NoteJudgements, "criticalPerfect">;

定义于: models.ts:14

普通 Note 中可作为求解目标的非 Critical Perfect 判定。