Forked from bakit/crawler
Forked from bakit/crawler
src / types / CrawlSession.ts
export interface CrawlSession {
id: string;
url: string;
title: string;
content: string;
links: string[];
createdAt: number;
}src / types / CrawlSession.ts
export interface CrawlSession {
id: string;
url: string;
title: string;
content: string;
links: string[];
createdAt: number;
}