Type alias JudgingTestCaseExecutedBodyType

JudgingTestCaseExecutedBodyType: JudgingType & {
    caseIndex: number;
    caseKey: string;
    isSampleCase: boolean;
    isSampleCasesEmpty: boolean;
    state: TEST_CASE_EXECUTED;
    totalCases: number;
    type: JUDGING;
}

Type declaration

  • caseIndex: number
  • caseKey: string
  • isSampleCase: boolean
  • isSampleCasesEmpty: boolean
  • state: TEST_CASE_EXECUTED
  • totalCases: number
  • type: JUDGING