MCPcopy
hub / github.com/ZToolsCenter/ZTools / LastMatchState

Interface LastMatchState

src/renderer/src/env.d.ts:6–12  ·  view source on GitHub ↗

* 上次匹配状态接口

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected