AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeUnitReviewRevisedModuleUnit

    Structure for revised units of a single module section.

    interface AutoBeAnalyzeUnitReviewRevisedModuleUnit {
        moduleIndex: number;
        unitSections: AutoBeAnalyzeUnitSection[];
    }
    Index

    Properties

    moduleIndex: number

    Index of the module section these units belong to.

    unitSections: AutoBeAnalyzeUnitSection[]

    Revised unit sections for this module.