AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeSectionReviewRevisedUnitSections

    Structure for revised sections of a single unit.

    interface AutoBeAnalyzeSectionReviewRevisedUnitSections {
        sectionSections: AutoBeAnalyzeSectionContent[];
        unitIndex: number;
    }
    Index

    Properties

    sectionSections: AutoBeAnalyzeSectionContent[]

    Revised section sections for this unit.

    unitIndex: number

    Index of the unit section.