Skip to content

Commit 932461c

Browse files
authored
Add download_backedup_asset typings (#557)
1 parent ce0e4d3 commit 932461c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,8 @@ declare module 'cloudinary' {
731731

732732
function download_zip_url(options?: ArchiveApiOptions | ConfigAndUrlOptions): string;
733733

734+
function download_backedup_asset(asset_id?: string, version_id?: string, options?: ArchiveApiOptions | ConfigAndUrlOptions) : string
735+
734736
function generate_auth_token(options?: AuthTokenApiOptions): string;
735737

736738
function webhook_signature(data?: string, timestamp?: number, options?: ConfigOptions): string;

0 commit comments

Comments
 (0)