fix(plugin): adapt promise host wire values
This commit is contained in:
@@ -193,12 +193,12 @@ import { ClientError } from "./client-error"
|
||||
export interface ClientOptions {
|
||||
readonly baseUrl: string
|
||||
readonly fetch?: typeof globalThis.fetch
|
||||
readonly headers?: HeadersInit
|
||||
readonly headers?: RequestInit["headers"]
|
||||
}
|
||||
|
||||
export interface RequestOptions {
|
||||
readonly signal?: AbortSignal
|
||||
readonly headers?: HeadersInit
|
||||
readonly headers?: RequestInit["headers"]
|
||||
}
|
||||
|
||||
interface RequestDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user