Browse Source

chore: remove `dataKey` leftover

tophf 3 years ago
parent
commit
d586da4288
1 changed files with 0 additions and 1 deletions
  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;