mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
10 lines
109 B
TypeScript
10 lines
109 B
TypeScript
declare global {
|
|
namespace Electron {
|
|
interface App {
|
|
isQuitting: boolean
|
|
}
|
|
}
|
|
}
|
|
|
|
export {}
|