Interface ProblemJudgeSummaryListResponseDTO

interface ProblemJudgeSummaryListResponseDTO {
    isCustom: boolean;
    isExternal: boolean;
    isMain: boolean;
    key: string;
    name: string;
}

Hierarchy (view full)

Properties

isCustom: boolean
isExternal: boolean
isMain: boolean
key: string
name: string