Skip to content

Commit 0b8be24

Browse files
fix: added specific resource_type parameter on upload
1 parent bf0eba1 commit 0b8be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ declare module 'cloudinary' {
508508
proxy?: string;
509509
public_id?: string;
510510
quality_analysis?: boolean;
511-
resource_type?: string;
511+
resource_type?: "image" | "video" | "raw" | "auto";
512512
responsive_breakpoints?: Record<any,any>;
513513
return_delete_token?: boolean
514514
timestamp?: number;

0 commit comments

Comments
 (0)