1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 00:55:20 +01:00

8 lines
110 B
TypeScript
Raw Permalink Normal View History

2023-11-02 01:20:27 +09:00
import { IpcHandler } from '../main/preload'
declare global {
interface Window {
ipc: IpcHandler
}
}