sanex3339 9 년 전
부모
커밋
ebbabb024e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/interfaces/IOptions.d.ts

+ 0 - 1
src/interfaces/IOptions.d.ts

@@ -5,5 +5,4 @@ export interface IOptions {
     disableConsoleOutput?: boolean;
     rotateUnicodeArray?: boolean;
     wrapUnicodeArrayCalls?: boolean;
-    [id: string]: any;
 }