Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/audit-runs/legacyResultToResponseViewModel
LegacyResultViewModelContext
Type Alias LegacyResultViewModelContext
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
audit
Question
Id
audit
Run
Id
question
Order
question
Type
Properties
audit
Question
Id
auditQuestionId
:
AuditQuestionId
|
null
audit
Run
Id
auditRunId
:
AuditRunId
question
Order
questionOrder
:
number
|
null
question
Type
questionType
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audit
Question
Id
audit
Run
Id
question
Order
question
Type
Circle V2 API Docs
Loading...
Extra fields the view model needs that the legacy runner result does not carry.