Skip to content

Commit 5b474ce

Browse files
Merge pull request #566 from karlhorky/patch-2
Add type for generate_transformation_string
2 parents 4540c7f + 3ee2b28 commit 5b474ce

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

741741
function video_url(public_id?: string, options?: VideoTransformationOptions | ConfigAndUrlOptions): string;
742742

743+
function generate_transformation_string(options: TransformationOptions): string;
744+
743745
function archive_params(options?: ArchiveApiOptions): Promise<any>;
744746

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

0 commit comments

Comments
 (0)