mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
🎨 database
This commit is contained in:
parent
683e9a04ed
commit
0129825335
5 changed files with 32 additions and 15 deletions
10
app/src/types/index.d.ts
vendored
10
app/src/types/index.d.ts
vendored
|
|
@ -932,5 +932,13 @@ interface IAVCellValue {
|
|||
mSelect?: { content: string, color: string }[]
|
||||
block?: { content: string, id: string }
|
||||
url?: { content: string }
|
||||
date?: { content?: number, content2?: number, hasEndDate?: boolean }
|
||||
date?: IAVCellDateValue
|
||||
}
|
||||
|
||||
interface IAVCellDateValue {
|
||||
content?: number,
|
||||
isNotEmpty: boolean
|
||||
content2?: number,
|
||||
isNotEmpty2: boolean
|
||||
hasEndDate?: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue