Vanessa 2024-09-16 11:59:31 +08:00
parent 47d137c40c
commit 92ddab06ea
5 changed files with 25 additions and 15 deletions

View file

@ -192,6 +192,11 @@ interface Window {
destroyTheme(): Promise<void>
}
interface filesPath {
notebookId: string,
openPaths: string[]
}
interface IPosition {
x: number,
y: number,
@ -204,6 +209,7 @@ interface ISaveLayout {
name: string,
layout: IObject
time: number
filesPaths: filesPath[]
}
interface IWorkspace {