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 0ac8957 commit f5c6809Copy full SHA for f5c6809
types/index.d.ts
@@ -706,7 +706,7 @@ declare module 'cloudinary' {
706
707
function api_sign_request(params_to_sign: object, api_secret: string): string;
708
709
- function api_url(action?: string, options?: ConfigAndUrlOptions): Promise<any>;
+ function api_url(action?: string, options?: ConfigAndUrlOptions): string;
710
711
function url(public_id?: string, options?: TransformationOptions | ConfigAndUrlOptions): string;
712
0 commit comments