Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/audit-runs/create-response-trail.mutation
createResponseTrailInputSchema
Variable createResponseTrailInputSchema
Const
createResponseTrailInputSchema
:
ZodObject
<
{
auditResponseId
:
ZodPipe
<
ZodString
,
ZodTransform
<
AuditResponseId
,
number
>
,
>
&
zIdInnerType
<
ZodString
>
;
comment
:
ZodOptional
<
ZodString
>
;
markedAs
:
ZodEnum
<
{
fail
:
"fail"
;
not_applicable
:
"not_applicable"
;
pass
:
"pass"
}
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...