fix mtime for webdav

This commit is contained in:
fyears
2024-02-25 22:18:14 +08:00
parent 1f4737bfb8
commit 5df06bbed5
7 changed files with 87 additions and 25 deletions
+5
View File
@@ -185,6 +185,11 @@ export interface Entity {
etag?: string;
}
export interface UploadedType {
entity: Entity;
mtimeCli?: number;
}
/**
* A replacement of FileOrFolderMixedState
*/