Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/audit-templates/update.mutation
updateAuditTemplateInputSchema
Variable updateAuditTemplateInputSchema
Const
updateAuditTemplateInputSchema
:
ZodObject
<
{
customReviewCriteriaPrompt
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
customSummaryPrompt
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
description
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
id
:
ZodPipe
<
ZodString
,
ZodTransform
<
AuditTemplateId
,
string
>
>
&
zIdInnerType
<
ZodString
,
>
;
name
:
ZodOptional
<
ZodString
>
;
questions
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
id
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditQuestionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
question
:
ZodString
;
questionOrder
:
ZodNumber
;
questionType
:
ZodEnum
<
{
pass_fail
:
"pass_fail"
;
summary
:
"summary"
}
>
;
}
,
$strip
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...