Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/superadmin/audit-runs/list.query
listAuditRunsInputSchema
Variable listAuditRunsInputSchema
Const
listAuditRunsInputSchema
:
ZodObject
<
{
cursor
:
ZodOptional
<
ZodNumber
>
;
dateFrom
:
ZodOptional
<
ZodString
>
;
dateTo
:
ZodOptional
<
ZodString
>
;
entityId
:
ZodOptional
<
ZodPipe
<
ZodNumber
,
ZodTransform
<
EntityId
,
number
>
>
&
zIdInnerType
<
ZodNumber
,
>
,
>
;
hasPendingResponses
:
ZodOptional
<
ZodBoolean
>
;
limit
:
ZodOptional
<
ZodNumber
>
;
offset
:
ZodOptional
<
ZodNumber
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...