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