Ver Fonte

fix: type

Sv443 há 11 meses atrás
pai
commit
eca087c7ed
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/interface.ts

+ 1 - 1
src/interface.ts

@@ -37,7 +37,7 @@ export type InterfaceEvents = {
   "bytm:configReady": undefined;
 
   /** Emitted whenever the locale is changed */
-  "bytm:setLocale": { locale: TrLocale };
+  "bytm:setLocale": { locale: TrLocale, pluginId?: string };
 
   /** Emitted when a dialog was opened - returns the dialog's instance */
   "bytm:dialogOpened": BytmDialog;