Type alias JudgingCompletedBodyType

JudgingCompletedBodyType: Omit<JudgingChunkTestCasesCompletedBodyType, "state"> & {
    state: COMPLETED;
    type: JUDGING;
}

Type declaration