mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 12:08:07 +01:00
This commit is contained in:
parent
33470c29ca
commit
caf074185d
7 changed files with 34 additions and 24 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -842,7 +842,13 @@ interface IBazaarItem {
|
|||
preferredFunding: string
|
||||
}
|
||||
|
||||
interface IAV {
|
||||
interface IAVView {
|
||||
name: string
|
||||
id: string
|
||||
type: string
|
||||
}
|
||||
|
||||
interface IAVTable {
|
||||
columns: IAVColumn[],
|
||||
filters: IAVFilter[],
|
||||
sorts: IAVSort[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue