Browse Source

chore: remove `dataKey` leftover

tophf 3 năm trước cách đây
mục cha
commit
d586da4288
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;