This commit is contained in:
hailin 2025-05-18 23:44:09 +08:00
parent 4b4a3b7c90
commit 705aebb011
1 changed files with 8 additions and 0 deletions

8
chatdesk-ui/global.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// types/global.d.ts
export {};
declare global {
interface Window {
RUNTIME_ENV?: Record<string, string>;
}
}