We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b21953 commit a2d6548Copy full SHA for a2d6548
1 file changed
fetch/fetch.ts
@@ -131,7 +131,7 @@ export class HttpError extends Error {
131
* Core interface for the fetch API operations.
132
* Used internally by createApi to enable middleware support.
133
*/
134
-interface FetchApiCore {
+export interface FetchApiCore {
135
/**
136
* Perform an HTTP fetch operation.
137
* This is the core operation that middleware can intercept.
0 commit comments