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

    Interface ProblemJudgeSystemSummaryListResponseDTO

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

    Hierarchy (View Summary)

    Index

    Properties

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