AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointReviewAnalysisReference

    Key-only Analyze-section source reference for an endpoint review round.

    This reference intentionally carries identifiers only. It never embeds Analyze unit bodies or other large context.

    Samchon

    interface AutoBeInterfaceEndpointReviewAnalysisReference {
        sectionIds: number[] & MinItems<1>;
        type: "analysisSections";
    }
    Index

    Properties

    Properties

    sectionIds: number[] & MinItems<1>

    Loaded Analyze section ids for this review round.

    type: "analysisSections"

    Reference discriminator.