refactor: use SCThingTypes as type for type

This commit is contained in:
Michel Jonathan Schmitz
2018-12-12 16:23:21 +01:00
parent 2f43948307
commit ea2880e5f6
3 changed files with 8 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ export interface SCThing {
/**
* Type of the thing
*/
type: string;
type: SCThingType;
/**
* Universally unique identifier of the thing
*/