Skip to content

Commit 1db1f89

Browse files
committed
fix: put accidentally removed field back
1 parent 12a8ba4 commit 1db1f89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/endpoint/apps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ export interface AppBase {
9292
*/
9393
appName: string
9494

95+
/**
96+
* Denotes the type of app.
97+
*/
98+
appType: AppType
99+
95100
/**
96101
* An App maybe associated to many classifications. A classification
97102
* drives how the integration is presented to the user in the SmartThings
@@ -178,11 +183,6 @@ export interface PagedApp extends AppBase {
178183
*/
179184
appId: string
180185

181-
/**
182-
* Denotes the type of app.
183-
*/
184-
appType: AppType
185-
186186
/**
187187
* A default icon image for the app.
188188
*/

0 commit comments

Comments
 (0)