Vanessa 2023-03-17 20:51:52 +08:00
parent df3ee3f24e
commit 67b81bfaad
15 changed files with 117 additions and 6 deletions

View file

@ -56,6 +56,11 @@ interface Window {
openFileByURL(URL: string): boolean
}
interface ISaveLayout {
name: string,
layout: IObject
}
interface IWorkspace {
path: string
closed: boolean