From 89eb10451cf6964135ca863ca774643f9f7e46a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Thu, 27 Jun 2019 12:16:29 +0200 Subject: [PATCH] refactor: state types of generics explicitly --- src/things/floor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/things/floor.ts b/src/things/floor.ts index cc2050a6..5550dcd0 100644 --- a/src/things/floor.ts +++ b/src/things/floor.ts @@ -82,7 +82,8 @@ export interface SCFloorFeatureCollectionWithPlaces * A feature with a place */ export interface SCFloorFeatureWithPlace - extends Feature { + // tslint:disable-next-line:no-any TODO + extends Feature { /** * The place of the feature */