mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 01:38:50 +01:00
This commit is contained in:
parent
c7d29fafd4
commit
949ccbd5ad
1 changed files with 3 additions and 3 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -936,11 +936,11 @@ interface IAVFilter {
|
|||
operator: TAVFilterOperator,
|
||||
quantifier?: string,
|
||||
value: IAVCellValue,
|
||||
relativeDate?: relativeDate
|
||||
relativeDate2?: relativeDate
|
||||
relativeDate?: IAVRelativeDate
|
||||
relativeDate2?: IAVRelativeDate
|
||||
}
|
||||
|
||||
interface relativeDate {
|
||||
interface IAVRelativeDate {
|
||||
count: number; // 数量
|
||||
unit: number; // 单位:0: 天、1: 周、2: 月、3: 年
|
||||
direction: number; // 方向:-1: 前、0: 现在、1: 后
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue