Improve code quality: auto-pr/type_annotations-1781208363

This commit is contained in:
Auto PR Bot
2026-06-12 04:06:04 +08:00
parent d5d4d4fabc
commit 72143f6a8f

View File

@@ -1,11 +1,11 @@
/// <reference types="vite/client" />
declare module 'monaco-editor/esm/nls.messages.zh-cn';
interface ImportMetaEnv {
readonly VITE_GONAVI_ENABLE_MAC_WINDOW_DIAGNOSTICS?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
/// <reference types="vite/client" />
declare module 'monaco-editor/esm/nls.messages.zh-cn' { const messages: Record<string, string>; export default messages; }
interface ImportMetaEnv {
readonly VITE_GONAVI_ENABLE_MAC_WINDOW_DIAGNOSTICS?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}