diff --git a/types/index.d.ts b/types/index.d.ts index dd82b19..22ce0ab 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -178,10 +178,10 @@ interface TakePictureOptions { exif?: boolean; width?: number; mirrorImage?: boolean; + doNotSave?: boolean; /** Android only */ skipProcessing?: boolean; - /** Android only */ fixOrientation?: boolean; /** iOS only */