Type alias JudgingCompiledBodyType

JudgingCompiledBodyType: JudgingType & {
    state: COMPILED;
    type: JUDGING;
}

Type declaration