mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fb9d200dd3
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
6 lines
59 B
TypeScript
6 lines
59 B
TypeScript
interface Window {
|
|
appInfo: {
|
|
electron: bool;
|
|
};
|
|
}
|