Vanessa 2023-05-09 09:49:03 +08:00
parent 883c08810e
commit cae79fecd5
3 changed files with 32 additions and 7 deletions

View file

@ -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;