Forked from zexigh/web-search
Forked from zexigh/web-search
src / types.ts
export interface SearchHit {
title: string;
url: string;
content: string;
source?: string;
engine?: string;
category?: string;
published_date?: string;
}
src / types.ts
export interface SearchHit {
title: string;
url: string;
content: string;
source?: string;
engine?: string;
category?: string;
published_date?: string;
}