feat: annotate SCThing uid and url as filterable

This commit is contained in:
Rainer Killinger
2020-04-14 11:03:49 +02:00
parent 6060113df5
commit 70c1a3eaa3
2 changed files with 3 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ export interface SCThingWithoutReferences {
uid: SCUuid;
/**
* URL of the thing
*
* @filterable
*/
url?: string;
}