AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeSectionReviewRevisedModuleSections

    Structure for revised sections of a single module.

    interface AutoBeAnalyzeSectionReviewRevisedModuleSections {
        moduleIndex: number;
        units: AutoBeAnalyzeSectionReviewRevisedUnitSections[];
    }
    Index

    Properties

    Properties

    moduleIndex: number

    Index of the module section.

    Revised sections for each unit in this module.