Skip to content
1 min read · 17 words

Type Alias: SearxngHeaders

ts
type SearxngHeaders = Record<string, string>;

Defined in: batteries/tools/searxng/index.ts:45

A static set of request headers (used for custom authentication).