| 8 | } from 'lucide-react' |
| 9 | |
| 10 | interface ProcessingStats { |
| 11 | subdomainsParsed: number |
| 12 | pagesCrawled: number |
| 13 | dataExtracted: string |
| 14 | errorsEncountered: number |
| 15 | } |
| 16 | |
| 17 | interface ProcessingBlockProps { |
| 18 | isProcessing: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected