mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: use SCThingTypes as type for type
This commit is contained in:
@@ -85,7 +85,7 @@ export interface SCThing {
|
||||
/**
|
||||
* Type of the thing
|
||||
*/
|
||||
type: string;
|
||||
type: SCThingType;
|
||||
/**
|
||||
* Universally unique identifier of the thing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user