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

    Type Alias ContestProblemDataResponseDTO

    ContestProblemDataResponseDTO: ContestProblemBasicDataResponseDTO & ContestContestProblemDataResponseDTO & {
        blockedBy: {
            details: Record<string, any>;
            type: ContestProblemBlockedByType;
        }[];
        myAttempts: number;
        myIndexAccepted: number;
        myPenalty: number;
        myPoints: number;
        mySuccess: boolean;
        totalAttempts: number;
        totalSuccess: number;
    }