chore: sync local changes to Gitea
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -22,6 +22,8 @@ export type searchAll = (params: {
|
||||
number_of_results: number;
|
||||
enabled_engines: string[];
|
||||
unresponsive_engines: string[];
|
||||
empty_engines: string[];
|
||||
engine_errors: Record<string, string>;
|
||||
results: Array<ResultItem & { engine: string }>;
|
||||
}>;
|
||||
|
||||
@@ -29,7 +31,5 @@ export interface Env {
|
||||
DEFAULT_TIMEOUT?: string;
|
||||
SUPPORTED_ENGINES?: string[];
|
||||
DEFAULT_ENGINES?: string[];
|
||||
GOOGLE_API_KEY?: string;
|
||||
GOOGLE_CX?: string;
|
||||
TOKEN?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user