vdi/pc-fe/typings.d.ts

8 lines
89 B
TypeScript
Raw Normal View History

2025-07-30 01:07:36 +00:00
import 'umi/typings';
declare global {
interface Window {
2025-08-21 10:06:49 +00:00
electronAPI: any;
2025-07-30 01:07:36 +00:00
}
}