mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
1ea445ab15
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;
|
|
};
|
|
}
|