From a76961872638858275727ddceda04a5d5ab6d1bf Mon Sep 17 00:00:00 2001 From: Amir Hossein Shekari Date: Sat, 19 Dec 2020 13:47:19 +0330 Subject: [PATCH] fix(Android): Fix BSSID type (#146) --- lib/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/index.d.ts b/lib/types/index.d.ts index a3fb400..68ace09 100644 --- a/lib/types/index.d.ts +++ b/lib/types/index.d.ts @@ -121,7 +121,7 @@ declare module 'react-native-wifi-reborn' { export interface WifiEntry { SSID: string; - BSSID: number; + BSSID: string; capabilities: string; frequency: number; level: number;