We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b2b1 commit 09c9995Copy full SHA for 09c9995
types/index.d.ts
@@ -1102,7 +1102,7 @@ declare module 'cloudinary' {
1102
1103
function restore(public_ids: string[], callback?: ResponseCallback): Promise<any>;
1104
1105
- function restore_by_asset_ids(asset_ids: string[] | string, options?: AdminAndResourceOptions, callback?: ResponseCallback): Promise<ResourceApiResponse>;
+ function restore_by_asset_ids(asset_ids: string[], options?: AdminAndResourceOptions, callback?: ResponseCallback): Promise<ResourceApiResponse>;
1106
1107
function root_folders(callback?: ResponseCallback, options?: AdminApiOptions): Promise<any>;
1108
0 commit comments