fix: remove redundant property declaration

This commit is contained in:
Rainer Killinger
2020-08-19 12:07:20 +02:00
committed by Frank Nagel
parent 7a6333aa8f
commit 66075ef99b
3 changed files with 0 additions and 22 deletions

View File

@@ -41,15 +41,6 @@ export type SCBuildingCategories =
export interface SCBuildingWithoutReferences
extends SCThingWithCategoriesWithoutReferences<SCBuildingCategories, SCThingWithCategoriesSpecificValues>,
SCPlaceWithoutReferences {
/**
* Categories of a building
*
* @sortable ducet
* @aggregatable
* @filterable
*/
categories: SCBuildingCategories[];
/**
* List of floor names of the place
*