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.
2 parents 4540c7f + 3ee2b28 commit 5b474ceCopy full SHA for 5b474ce
types/index.d.ts
@@ -740,6 +740,8 @@ declare module 'cloudinary' {
740
741
function video_url(public_id?: string, options?: VideoTransformationOptions | ConfigAndUrlOptions): string;
742
743
+ function generate_transformation_string(options: TransformationOptions): string;
744
+
745
function archive_params(options?: ArchiveApiOptions): Promise<any>;
746
747
function download_archive_url(options?: ArchiveApiOptions | ConfigAndUrlOptions): string
0 commit comments