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

    Interface SubmissionProblemSystemSummaryListResponseDTO

    interface SubmissionProblemSystemSummaryListResponseDTO {
        company: EntityCompanySummaryListResponseDTO;
        id: string;
        isAdministrator: boolean;
        isManager: boolean;
        judge: ProblemJudgeSummaryListResponseDTO;
        key: string;
        memoryLimit: number;
        name: string;
        scoringMode: ProblemScoringMode;
        timeLimit: number;
        type: ProblemType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    isAdministrator: boolean
    isManager: boolean
    key: string
    memoryLimit: number
    name: string
    scoringMode: ProblemScoringMode
    timeLimit: number