mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-09 02:08:50 +01:00
This commit is contained in:
parent
883c08810e
commit
cae79fecd5
3 changed files with 32 additions and 7 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -632,6 +632,9 @@ declare interface IFile {
|
|||
hMtime: string;
|
||||
hCtime: string;
|
||||
hSize: string;
|
||||
dueFlashcardCount?: string;
|
||||
newFlashcardCount?: string;
|
||||
flashcardCount?: string;
|
||||
id: string;
|
||||
count: number;
|
||||
subFileCount: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue