Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit a14a4da

Browse files
authored
export BaseParams
1 parent adb65fa commit a14a4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface ClientOptions extends RequestInit {
88
baseUrl?: string;
99
}
1010

11-
interface BaseParams {
11+
export interface BaseParams {
1212
path?: Record<string, unknown>;
1313
query?: Record<string, unknown>;
1414
}

0 commit comments

Comments
 (0)