From f273e0af1916c13a746e0e02adc3a9ce1f5018db Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 27 Oct 2023 21:44:42 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9486 --- app/src/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index ae8eb4609..3642e215d 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -1097,6 +1097,7 @@ interface IAVCellDateValue { content2?: number, isNotEmpty2?: boolean hasEndDate?: boolean + isNotTime?: boolean } interface IAVCellSelectValue {