mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 09:48:50 +01:00
This commit is contained in:
parent
89418f95d4
commit
949bdb646f
5 changed files with 110 additions and 24 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -49,6 +49,13 @@ interface ITextOption {
|
|||
type: string
|
||||
}
|
||||
|
||||
interface ISnippet {
|
||||
name: string
|
||||
type: string
|
||||
enabled: boolean
|
||||
content: string
|
||||
}
|
||||
|
||||
interface IInbox {
|
||||
oId: string
|
||||
shorthandContent: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue