소스 검색

fix: type

Sv443 11 달 전
부모
커밋
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;