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 e8fed5e commit ab1f51dCopy full SHA for ab1f51d
src/index.ts
@@ -1,4 +1,4 @@
1
-interface QueryOptions {
+export interface QueryOptions {
2
path: `v1/${string}`;
3
method?: "GET" | "POST" | "PUT";
4
payload?: Record<string, unknown>;
0 commit comments