Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit f0c18b7

Browse files
authored
chore(ts): add doNotSave to ts type definitions
1 parent 3adaffb commit f0c18b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ interface TakePictureOptions {
178178
exif?: boolean;
179179
width?: number;
180180
mirrorImage?: boolean;
181+
doNotSave?: boolean;
181182

182183
/** Android only */
183184
skipProcessing?: boolean;
184-
/** Android only */
185185
fixOrientation?: boolean;
186186

187187
/** iOS only */

0 commit comments

Comments
 (0)