mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 18:26:33 +00:00
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
import { ElectronAPI } from '@electron-toolkit/preload';
|
|
|
|
declare global {
|
|
interface Window {
|
|
electron: ElectronAPI;
|
|
api: unknown;
|
|
}
|
|
}
|