feat: add aggregatable tag for type field

This commit is contained in:
Wieland Schöbl
2019-11-05 13:39:06 +01:00
parent 5561b36a34
commit 443cb748fb
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ export interface SCThingWithoutReferences {
*
* @sortable ducet
* @filterable
* @aggregatable
* @aggregatable global
*/
type: SCThingType;
/**