| 5 | results: T[]; |
| 6 | } |
| 7 | export interface ApiError { |
| 8 | message?: string; |
| 9 | errors?: Record<string, string[]>; |
| 10 | code?: number; |
| 11 | } |
| 12 | |
| 13 | export interface UsageStats { |
| 14 | total_crawls: number; |
nothing calls this directly
no outgoing calls
no test coverage detected