Variable getUnclassifiedFilesParamsSchemaConst
getUnclassifiedFilesParamsSchema: ZodObject<
{
limit: ZodOptional<ZodNumber>;
page: ZodOptional<ZodNumber>;
query: ZodOptional<ZodString>;
},
"strip",
ZodTypeAny,
{ limit?: number; page?: number; query?: string },
{ limit?: number; page?: number; query?: string },
> = ...