feat: add @filterable tags

This commit is contained in:
Wieland Schöbl
2019-08-21 10:34:04 +02:00
parent 6dcca89257
commit fec33715ad
7 changed files with 7 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ export interface SCThingWithoutReferences {
* Type of the thing
*
* @sortable ducet
* @filterable
* @aggregatable
*/
type: SCThingType;