mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-09 03:26:32 +00:00
Remove unused properties from Config interface
This commit is contained in:
5
src/index.d.ts
vendored
5
src/index.d.ts
vendored
@@ -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