mirror of
https://github.com/owntracks/frontend.git
synced 2026-08-25 20:47:16 +00:00
Remove unused properties from Config interface
This commit is contained in:
Vendored
-5
@@ -8,10 +8,6 @@ interface Config {
|
||||
locale: string;
|
||||
map: {
|
||||
attribution: string;
|
||||
center: {
|
||||
lat: number;
|
||||
lng: number;
|
||||
};
|
||||
circle: {
|
||||
color: OptionalColor;
|
||||
fillColor: OptionalColor;
|
||||
@@ -56,7 +52,6 @@ interface Config {
|
||||
fillColor: OptionalColor;
|
||||
};
|
||||
url: string;
|
||||
zoom: number;
|
||||
};
|
||||
onLocationChange: {
|
||||
reloadHistory: boolean;
|
||||
|
||||
Reference in New Issue
Block a user