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