AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeUnitReviewRejectedModule

    Identifies a specific module whose unit sections were rejected.

    interface AutoBeAnalyzeUnitReviewRejectedModule {
        feedback: string;
        moduleIndex: number;
    }
    Index

    Properties

    feedback: string

    Specific feedback for this module's unit issues.

    moduleIndex: number

    Index of the module section that needs unit regeneration.