Circle V2 API Docs
    Preparing search index...

    Extra fields the view model needs that the legacy runner result does not carry.

    type LegacyResultViewModelContext = {
        auditQuestionId: AuditQuestionId | null;
        auditRunId: AuditRunId;
        questionOrder: number | null;
        questionType: string | null;
    }
    Index

    Properties

    auditQuestionId: AuditQuestionId | null
    auditRunId: AuditRunId
    questionOrder: number | null
    questionType: string | null