浏览代码

chore: remove `dataKey` leftover

tophf 3 年之前
父节点
当前提交
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;