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

    Interface ProblemBasicSummaryListResponseDTO

    interface ProblemBasicSummaryListResponseDTO {
        company: EntityCompanySummaryListResponseDTO;
        externalUrl: string;
        judge: ProblemJudgeSummaryListResponseDTO;
        key: string;
        members: EntityMembersResponseDTO;
        name: string;
        settings: { scoringMode: ProblemScoringMode; type: ProblemType };
        shortname: string;
        tags: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    externalUrl: string
    key: string
    name: string
    settings: { scoringMode: ProblemScoringMode; type: ProblemType }
    shortname: string
    tags: string[]