Просмотр исходного кода

chore: remove `dataKey` leftover

tophf 3 лет назад
Родитель
Сommit
d586da4288
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/types.d.ts

+ 0 - 1
src/types.d.ts

@@ -15,7 +15,6 @@ declare type PlainJSONValue = browser.extensionTypes.PlainJSONValue;
  */
 declare interface GMContext {
   async?: boolean;
-  dataKey: string;
   id: number;
   resCache: StringMap;
   resources: StringMap;