mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Fix types
This commit is contained in:
8
tests/global.d.ts
vendored
8
tests/global.d.ts
vendored
@@ -1,3 +1,11 @@
|
||||
import {ModelContext} from '../src/webmcp_types';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__registeredTools?: any[];
|
||||
}
|
||||
|
||||
interface Navigator {
|
||||
modelContext?: ModelContext;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user