mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-11 19:28:50 +01:00
This commit is contained in:
parent
851ce86084
commit
26788e6985
2 changed files with 19 additions and 12 deletions
11
app/src/types/index.d.ts
vendored
11
app/src/types/index.d.ts
vendored
|
|
@ -882,8 +882,11 @@ interface IAVCell {
|
|||
valueType: TAVCol,
|
||||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
content: string,
|
||||
content2?: string,
|
||||
color?: string,
|
||||
type IAVCellValue = {
|
||||
[key in TAVCol]?: {
|
||||
content: string
|
||||
content2?: string
|
||||
color?: string
|
||||
id?: string
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue