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