Variable dropboxDocumentParamsSchemaConst
dropboxDocumentParamsSchema: ZodObject<
{ path_lower: ZodString; query: ZodNullable<ZodOptional<ZodString>> },
"strip",
ZodTypeAny,
{ path_lower: string; query?: string | null },
{ path_lower: string; query?: string | null },
> = ...