* 上次匹配状态接口
| 4 | * 上次匹配状态接口 |
| 5 | */ |
| 6 | interface LastMatchState { |
| 7 | searchQuery: string |
| 8 | pastedImage: string | null |
| 9 | pastedFiles: any[] | null |
| 10 | pastedText: string | null |
| 11 | timestamp: number |
| 12 | } |
| 13 | |
| 14 | declare global { |
| 15 | interface Window { |
nothing calls this directly
no outgoing calls
no test coverage detected