Skip to content

Commit f38c34d

Browse files
committed
Merge branch 'seam-api-request' of github.com:seamapi/javascript-http into seam-api-request
2 parents 951856e + 088414a commit f38c34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/seam/connect/seam-http-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface SeamHttpRequestParent {
1111
readonly defaults: Required<SeamHttpRequestOptions>
1212
}
1313

14-
export interface SeamHttpRequestConfig<TBody, TResponseKey> {
14+
interface SeamHttpRequestConfig<TBody, TResponseKey> {
1515
readonly path: string
1616
readonly method: Method
1717
readonly body?: TBody

0 commit comments

Comments
 (0)