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 fa13505 commit df351f1Copy full SHA for df351f1
src/index.ts
@@ -62,6 +62,8 @@ export type * from "./interfaces/GetMediaConfigAction";
62
export * from "./interfaces/UpdateDelayedEventAction";
63
export type * from "./interfaces/UploadFileAction";
64
export type * from "./interfaces/DownloadFileAction";
65
+export type * from "./interfaces/ThemeChangeAction";
66
+export type * from "./interfaces/LanguageChangeAction";
67
68
// Complex models
69
export * from "./models/WidgetEventCapability";
0 commit comments