Skip to content

Commit 09c9995

Browse files
Update types/index.d.ts
Co-authored-by: Patryk Konior <[email protected]>
1 parent b06b2b1 commit 09c9995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ declare module 'cloudinary' {
11021102

11031103
function restore(public_ids: string[], callback?: ResponseCallback): Promise<any>;
11041104

1105-
function restore_by_asset_ids(asset_ids: string[] | string, options?: AdminAndResourceOptions, callback?: ResponseCallback): Promise<ResourceApiResponse>;
1105+
function restore_by_asset_ids(asset_ids: string[], options?: AdminAndResourceOptions, callback?: ResponseCallback): Promise<ResourceApiResponse>;
11061106

11071107
function root_folders(callback?: ResponseCallback, options?: AdminApiOptions): Promise<any>;
11081108

0 commit comments

Comments
 (0)