mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 01:44:07 +01:00
This commit is contained in:
parent
df3ee3f24e
commit
67b81bfaad
15 changed files with 117 additions and 6 deletions
5
app/src/types/index.d.ts
vendored
5
app/src/types/index.d.ts
vendored
|
|
@ -56,6 +56,11 @@ interface Window {
|
|||
openFileByURL(URL: string): boolean
|
||||
}
|
||||
|
||||
interface ISaveLayout {
|
||||
name: string,
|
||||
layout: IObject
|
||||
}
|
||||
|
||||
interface IWorkspace {
|
||||
path: string
|
||||
closed: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue