Revert "Improve typing"

This reverts commit 4d783aae45.
This commit is contained in:
Pieter Vander Vennet 2022-08-24 02:28:41 +02:00
parent 4d783aae45
commit aac736eba8
4 changed files with 8 additions and 19 deletions

View file

@ -604,7 +604,7 @@ describe("RelationSplitHandler", () => {
"should split turn restrictions (split of https://www.openstreetmap.org/way/143298912)",
async () => {
const relation: OsmRelation = await OsmObject.DownloadObjectAsync("relation/4374576")
const relation: OsmRelation = <OsmRelation>await OsmObject.DownloadObjectAsync("relation/4374576")
const originalNodeIds =
[
1407529979,