Skip to content

Commit d000753

Browse files
authored
Add filename_override option to types (#548)
1 parent c6298a7 commit d000753

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
@@ -492,6 +492,7 @@ declare module 'cloudinary' {
492492
eval?: string;
493493
exif?: boolean;
494494
faces?: boolean;
495+
filename_override?: string;
495496
folder?: string;
496497
format?: VideoFormat | ImageFormat;
497498
image_metadata?: boolean;

0 commit comments

Comments
 (0)