full detect code

This commit is contained in:
fyears
2022-03-12 22:42:54 +08:00
parent 479d2a4fac
commit 915d027b12
4 changed files with 106 additions and 27 deletions
+6 -1
View File
@@ -26,7 +26,12 @@ export interface DropboxConfig {
}
export type WebdavAuthType = "digest" | "basic";
export type WebdavDepthType = "auto_unknown" | "auto_1" | "auto_infinity" | "manual_1" | "manual_infinity";
export type WebdavDepthType =
| "auto_unknown"
| "auto_1"
| "auto_infinity"
| "manual_1"
| "manual_infinity";
export interface WebdavConfig {
address: string;