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 bf0eba1 commit 0b8be24Copy full SHA for 0b8be24
types/index.d.ts
@@ -508,7 +508,7 @@ declare module 'cloudinary' {
508
proxy?: string;
509
public_id?: string;
510
quality_analysis?: boolean;
511
- resource_type?: string;
+ resource_type?: "image" | "video" | "raw" | "auto";
512
responsive_breakpoints?: Record<any,any>;
513
return_delete_token?: boolean
514
timestamp?: number;
0 commit comments