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

@@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith
*
* @sortable ducet
* @aggregatable
* @filterable
*/
categories: T[];