mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-23 15:37:59 +01:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
|
import { IpcHandler } from '../main/preload'
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
ipc: IpcHandler
|
||
|
}
|
||
|
}
|