| 9 | * @param apiUrl - Optional base URL of the API; defaults to 'https://api.firecrawl.dev'. |
| 10 | */ |
| 11 | export interface FirecrawlAppConfig { |
| 12 | apiKey?: string | null; |
| 13 | apiUrl?: string | null; |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Metadata for a Firecrawl document. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…