Interface SubmissionProblemSummaryListResponseDTO

interface SubmissionProblemSummaryListResponseDTO {
    company: EntityCompanySummaryListResponseDTO;
    isEditor: boolean;
    judgeKey: string;
    key: string;
    memoryLimit: number;
    name: string;
    scoringMode: ProblemScoringMode;
    timeLimit: number;
    type: ProblemType;
}

Hierarchy (view full)

Properties

isEditor: boolean
judgeKey: string
key: string
memoryLimit: number
name: string
scoringMode: ProblemScoringMode
timeLimit: number