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.
2 parents 951856e + 088414a commit f38c34dCopy full SHA for f38c34d
src/lib/seam/connect/seam-http-request.ts
@@ -11,7 +11,7 @@ interface SeamHttpRequestParent {
11
readonly defaults: Required<SeamHttpRequestOptions>
12
}
13
14
-export interface SeamHttpRequestConfig<TBody, TResponseKey> {
+interface SeamHttpRequestConfig<TBody, TResponseKey> {
15
readonly path: string
16
readonly method: Method
17
readonly body?: TBody
0 commit comments