mvp created

This commit is contained in:
andres
2023-09-18 15:40:25 +02:00
commit 0665b2bf32
56 changed files with 8310 additions and 0 deletions

8
src/preload/index.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import { ElectronAPI } from '@electron-toolkit/preload'
declare global {
interface Window {
electron: ElectronAPI
api: unknown
}
}