mirror of
https://github.com/DerTyp7/osm-routing-angular.git
synced 2025-11-02 06:02:30 +01:00
cleaned up
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export interface SearchWay{
|
||||
export interface SearchWay {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface SearchResponse{
|
||||
export interface SearchResponse {
|
||||
ways: Array<SearchWay>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user