We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a8ba4 commit 1db1f89Copy full SHA for 1db1f89
src/endpoint/apps.ts
@@ -92,6 +92,11 @@ export interface AppBase {
92
*/
93
appName: string
94
95
+ /**
96
+ * Denotes the type of app.
97
+ */
98
+ appType: AppType
99
+
100
/**
101
* An App maybe associated to many classifications. A classification
102
* drives how the integration is presented to the user in the SmartThings
@@ -178,11 +183,6 @@ export interface PagedApp extends AppBase {
178
183
179
184
appId: string
180
185
181
- /**
182
- * Denotes the type of app.
- */
- appType: AppType
-
186
187
* A default icon image for the app.
188
0 commit comments