mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: state types of generics explicitly
This commit is contained in:
@@ -82,7 +82,8 @@ export interface SCFloorFeatureCollectionWithPlaces<T extends GeometryObject>
|
|||||||
* A feature with a place
|
* A feature with a place
|
||||||
*/
|
*/
|
||||||
export interface SCFloorFeatureWithPlace<T extends GeometryObject>
|
export interface SCFloorFeatureWithPlace<T extends GeometryObject>
|
||||||
extends Feature<T> {
|
// tslint:disable-next-line:no-any TODO
|
||||||
|
extends Feature<T, any> {
|
||||||
/**
|
/**
|
||||||
* The place of the feature
|
* The place of the feature
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user