فهرست منبع

chore: remove artifact from auto-replace in types

tophf 3 سال پیش
والد
کامیت
78af03f858
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/types.d.ts

+ 2 - 2
src/types.d.ts

@@ -60,8 +60,8 @@ declare namespace GMReq {
     opts: UserOpts;
     opts: UserOpts;
     raw?: string | Blob | ArrayBuffer;
     raw?: string | Blob | ArrayBuffer;
     response?: string | Blob | ArrayBuffer;
     response?: string | Blob | ArrayBuffer;
-    kResponseHeaders?: string;
-    kResponseText?: string;
+    responseHeaders?: string;
+    responseText?: string;
   }
   }
   namespace Message {
   namespace Message {
     /** From background */
     /** From background */