Sv443 il y a 11 mois
Parent
commit
eca087c7ed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;