Skip to content

Commit 088414a

Browse files
phpnoderazor-x
andauthored
Update src/lib/seam/connect/seam-http-request.ts
Co-authored-by: Evan Sosenko <[email protected]>
1 parent 56f04b7 commit 088414a

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)