()
| 298 | } |
| 299 | |
| 300 | defaultCatFileStorage(): CATFileStorage { |
| 301 | return { |
| 302 | status: "unset", |
| 303 | filesystem: "webdav", |
| 304 | params: {}, |
| 305 | }; |
| 306 | } |
| 307 | |
| 308 | getCatFileStorage() { |
| 309 | return this._get<CATFileStorage>("cat_file_storage", this.defaultCatFileStorage()); |