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 56f04b7 commit 088414aCopy full SHA for 088414a
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