@pickme/review
    Preparing search index...
    interface InterviewAnalysisDTO {
        difficulty: string;
        feedback: string;
        improvements: string;
        interviewResultAnalysis: string;
        strengths: string;
    }
    Index

    Properties

    difficulty: string
    feedback: string
    improvements: string
    interviewResultAnalysis: string
    strengths: string