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