mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-10 13:54:28 +00:00
feat(searxng): export search options type
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { getSearxngURL } from './config/serverRegistry';
|
import { getSearxngURL } from './config/serverRegistry';
|
||||||
|
|
||||||
interface SearxngSearchOptions {
|
export interface SearxngSearchOptions {
|
||||||
categories?: string[];
|
categories?: string[];
|
||||||
engines?: string[];
|
engines?: string[];
|
||||||
language?: string;
|
language?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user