MaxKB/ui/env.d.ts
shaohuzhang1 2ad5883aef
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
feat: dynamic URL (#3444)
2025-07-01 15:43:00 +08:00

8 lines
161 B
TypeScript

/// <reference types="vite/client" />
interface Window {
sendMessage: ?((message: string, other_params_data: any) => void)
MaxKB: {
prefix: string
}
}