mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 19:20:24 +08:00
✨ Feature: downloaded file or folder can keey folder structure now
This commit is contained in:
6
src/universal/types/manage.d.ts
vendored
6
src/universal/types/manage.d.ts
vendored
@@ -57,6 +57,12 @@ interface ManageApiType {
|
||||
* unset manage config to ctx && will not save to configPath
|
||||
*/
|
||||
unsetConfig: (key: string, propName: string) => void
|
||||
/**
|
||||
* get bucket list
|
||||
*/
|
||||
getBucketListRecursively: (
|
||||
param?: IStringKeyMap
|
||||
) => Promise<any | ManageError>;
|
||||
/**
|
||||
* get bucket list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user