Skip to content

Commit df351f1

Browse files
authored
Export theme and language action types (#119)
I missed this earlier, and it's breaking CI because one of the files is considered unused.
1 parent fa13505 commit df351f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export type * from "./interfaces/GetMediaConfigAction";
6262
export * from "./interfaces/UpdateDelayedEventAction";
6363
export type * from "./interfaces/UploadFileAction";
6464
export type * from "./interfaces/DownloadFileAction";
65+
export type * from "./interfaces/ThemeChangeAction";
66+
export type * from "./interfaces/LanguageChangeAction";
6567

6668
// Complex models
6769
export * from "./models/WidgetEventCapability";

0 commit comments

Comments
 (0)