mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 03:48:39 +00:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
/* eslint-disable @typescript-eslint/consistent-type-imports */
|
|
|
|
declare interface Window {
|
|
apis: import('./src/affine-apis').PreloadHandlers;
|
|
events: import('./src/affine-apis').MainIPCEventMap;
|
|
}
|