Skip to content

Commit

Permalink
Export theme and language action types (#119)
Browse files Browse the repository at this point in the history
I missed this earlier, and it's breaking CI because one of the files is considered unused.
  • Loading branch information
robintown authored Jan 8, 2025
1 parent fa13505 commit df351f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export type * from "./interfaces/GetMediaConfigAction";
export * from "./interfaces/UpdateDelayedEventAction";
export type * from "./interfaces/UploadFileAction";
export type * from "./interfaces/DownloadFileAction";
export type * from "./interfaces/ThemeChangeAction";
export type * from "./interfaces/LanguageChangeAction";

// Complex models
export * from "./models/WidgetEventCapability";
Expand Down

0 comments on commit df351f1

Please sign in to comment.