Variable ReindexIssuesSchemaConst
ReindexIssuesSchema: ZodObject<
{
indexChangeHistory: ZodOptional<ZodBoolean>;
indexComments: ZodOptional<ZodBoolean>;
indexWorklogs: ZodOptional<ZodBoolean>;
issueId: ZodOptional<ZodArray<ZodString>>;
},
$strip,
> = ...