Skip to content

Commit bf0eba1

Browse files
fix: added resource_type parameter on upload
1 parent 3a27004 commit bf0eba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ declare module 'cloudinary' {
508508
proxy?: string;
509509
public_id?: string;
510510
quality_analysis?: boolean;
511+
resource_type?: string;
511512
responsive_breakpoints?: Record<any,any>;
512513
return_delete_token?: boolean
513514
timestamp?: number;

0 commit comments

Comments
 (0)