Skip to content

Commit ab1f51d

Browse files
committed
Export QueryOptions
1 parent e8fed5e commit ab1f51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
interface QueryOptions {
1+
export interface QueryOptions {
22
path: `v1/${string}`;
33
method?: "GET" | "POST" | "PUT";
44
payload?: Record<string, unknown>;

0 commit comments

Comments
 (0)