mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
build: perform TypeCheck for all packages (#2573)
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
7
apps/electron/layers/constraints.d.ts
vendored
Normal file
7
apps/electron/layers/constraints.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/* eslint-disable @typescript-eslint/consistent-type-imports */
|
||||
// This file contains the main process events
|
||||
// It will guide preload and main process on the correct event types and payloads
|
||||
|
||||
declare type MainIPCHandlerMap = typeof import('./main/src/exposed').handlers;
|
||||
|
||||
declare type MainIPCEventMap = typeof import('./main/src/exposed').events;
|
||||
Reference in New Issue
Block a user