We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6816ef7 commit 744920aCopy full SHA for 744920a
src/context/FileContext.tsx
@@ -5,7 +5,7 @@ import {
5
useEffect,
6
ReactNode,
7
} from "react";
8
-import { useRequest, QueryParam } from "./RequestContext";
+import { useRequest, QueryParam, Tab } from "./RequestContext";
9
import { useVariables } from "./VariablesContext";
10
11
type RequestData = {
@@ -17,7 +17,7 @@ type RequestData = {
17
username?: string;
18
password?: string;
19
bearerToken?: string;
20
- activeTab?: "body" | "auth" | "params" | "graphql" | "variables" | "description";
+ activeTab?: Tab;
21
queryParams?: QueryParam[];
22
requestType?: "http" | "graphql";
23
graphqlQuery?: string;
0 commit comments