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 d343935 + 00b235a commit 1153e75Copy full SHA for 1153e75
types/index.d.ts
@@ -508,6 +508,7 @@ declare module 'cloudinary' {
508
proxy?: string;
509
public_id?: string;
510
quality_analysis?: boolean;
511
+ resource_type?: "image" | "video" | "raw" | "auto";
512
responsive_breakpoints?: Record<any,any>;
513
return_delete_token?: boolean
514
timestamp?: number;
@@ -580,7 +581,7 @@ declare module 'cloudinary' {
580
581
width: number;
582
height: number;
583
format: string;
- resource_type: string;
584
585
created_at: string;
586
tags: Array<string>;
587
pages: number;
0 commit comments