mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-21 04:22:48 +00:00
Fix typo in OTLocation.inregions comment
This commit is contained in:
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@@ -138,7 +138,7 @@ interface OTLocation {
|
||||
* https://en.wikipedia.org/wiki/Geohash
|
||||
*/
|
||||
ghash?: string;
|
||||
/** Regions the device is currently in (e.g. `["Home"; "Garage"]`). Might be empty. */
|
||||
/** Regions the device is currently in (e.g. `["Home", "Garage"]`). Might be empty. */
|
||||
inregions?: string[];
|
||||
/**
|
||||
* No idea; some kind of timestamp as well - figure it out yourself. :)
|
||||
|
||||
Reference in New Issue
Block a user