@juki-team/commons - v0.1.10
    Preparing search index...

    Interface ProblemJudgeSummaryListResponseDTO

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

    Hierarchy (View Summary)

    Index

    Properties

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