| 24 | } |
| 25 | |
| 26 | export interface UsageResponse { |
| 27 | crawl_history: UsageHistory[]; |
| 28 | document_history: UsageHistory[]; |
| 29 | finished_crawls: number; |
| 30 | total_documents: number; |
| 31 | total_crawls: number; |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected