mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
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;
|
|
};
|
|
}
|