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

Commit

Permalink
chore(ts): add doNotSave to ts type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcmarins committed Sep 21, 2018
1 parent 3adaffb commit f0c18b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ interface TakePictureOptions {
exif?: boolean;
width?: number;
mirrorImage?: boolean;
doNotSave?: boolean;

/** Android only */
skipProcessing?: boolean;
/** Android only */
fixOrientation?: boolean;

/** iOS only */
Expand Down

0 comments on commit f0c18b7

Please sign in to comment.