| 75 | } |
| 76 | |
| 77 | export interface ScanMessage { |
| 78 | data?: unknown |
| 79 | error?: unknown |
| 80 | message?: string |
| 81 | status: ScanStatus |
| 82 | } |
| 83 | |
| 84 | interface ScanFileEntry { |
| 85 | directory?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected