From ebca432f7651c94ebf75619ae97f0169a19529a2 Mon Sep 17 00:00:00 2001 From: Wasili Adamow Date: Wed, 23 May 2018 12:54:32 +0200 Subject: [PATCH] Update index.d.ts --- 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 9728ff7..632d6d7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -34,7 +34,7 @@ type GoogleVisionBarcodeType = Readonly<{ // FaCC (Function as Child Components) type Self = { [P in keyof T]: P } -type CameraStatus = Readonly>; +type CameraStatus = Readonly>; type FaCC = (params: { camera: RNCamera, status: keyof CameraStatus