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.
1 parent f24e2bb commit 3ee2b28Copy full SHA for 3ee2b28
types/index.d.ts
@@ -729,6 +729,8 @@ declare module 'cloudinary' {
729
730
function video_url(public_id?: string, options?: VideoTransformationOptions | ConfigAndUrlOptions): string;
731
732
+ function generate_transformation_string(options: TransformationOptions): string;
733
+
734
function archive_params(options?: ArchiveApiOptions): Promise<any>;
735
736
function download_archive_url(options?: ArchiveApiOptions | ConfigAndUrlOptions): string
0 commit comments