Kind: Interface
Source: atloria-monorepo/apps/api/src/web-search/interfaces/search.interfaces.ts
Properties
| Property | Type |
|---|---|
url | string |
title | string |
content | string |
html | string |
markdown | string |
metadata | `{ |
source: string; category: string[]; crawledAt: Date; lastModified?: Date; author?: string; tags?: string[];
}` |
Was this page helpful?