From f6a47fd3e1458111e953081496a198dddaa30def Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:19:17 +0530 Subject: [PATCH] feat(searxng): export search options type --- src/lib/searxng.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/searxng.ts b/src/lib/searxng.ts index 87767e09..417df228 100644 --- a/src/lib/searxng.ts +++ b/src/lib/searxng.ts @@ -1,6 +1,6 @@ import { getSearxngURL } from './config/serverRegistry'; -interface SearxngSearchOptions { +export interface SearxngSearchOptions { categories?: string[]; engines?: string[]; language?: string;