From f0c18b7c2074bb88a92df526525dcf8845afd854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marins?= Date: Fri, 21 Sep 2018 17:13:16 -0300 Subject: [PATCH] chore(ts): add doNotSave to ts type definitions --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */