mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
This commit is contained in:
parent
fa26c6e4fb
commit
fd17c48e79
2 changed files with 7 additions and 4 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -1164,7 +1164,7 @@ interface IAVCellAssetValue {
|
|||
}
|
||||
|
||||
interface IAVCellRelationValue {
|
||||
avID: string
|
||||
backKeyID: string
|
||||
isTwoWay: boolean
|
||||
avID?: string
|
||||
backKeyID?: string
|
||||
isTwoWay?: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue