fix(sdk): unbreak typecheck on dev after v2 error widening (#28503)
This commit is contained in:
@@ -144,7 +144,7 @@ type SseFn = <
|
||||
TResponseStyle extends ResponseStyle = "fields",
|
||||
>(
|
||||
options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, "method">,
|
||||
) => Promise<ServerSentEventsResult<TData, TError>>
|
||||
) => Promise<ServerSentEventsResult<TData>>
|
||||
|
||||
type RequestFn = <
|
||||
TData = unknown,
|
||||
|
||||
Reference in New Issue
Block a user