mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +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;
|
|
}
|