Skip to content

Commit

Permalink
fix(Android): Fix BSSID type (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanenshi authored Dec 19, 2020
1 parent 9755ff0 commit a769618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a769618

Please sign in to comment.