Skip to content

Commit 3ee2b28

Browse files
authored
Add type for generate_transformation_string
1 parent f24e2bb commit 3ee2b28

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
@@ -729,6 +729,8 @@ declare module 'cloudinary' {
729729

730730
function video_url(public_id?: string, options?: VideoTransformationOptions | ConfigAndUrlOptions): string;
731731

732+
function generate_transformation_string(options: TransformationOptions): string;
733+
732734
function archive_params(options?: ArchiveApiOptions): Promise<any>;
733735

734736
function download_archive_url(options?: ArchiveApiOptions | ConfigAndUrlOptions): string

0 commit comments

Comments
 (0)