Sv443 11 месяцев назад
Родитель
Сommit
eca087c7ed
1 измененных файлов с 1 добавлено и 1 удалено
  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;