Interface ProblemJudgeSystemSummaryListResponseDTO

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

Hierarchy (view full)

Properties

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