Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 1.64 KB

internal_.FetcherGetInput.md

File metadata and controls

78 lines (42 loc) · 1.64 KB

@paraswap/sdk / Exports / <internal> / FetcherGetInput

Interface: FetcherGetInput<URL>

.FetcherGetInput

Type parameters

Name Type
URL extends string = string

Hierarchy

Table of contents

Properties

Properties

headers

Optional headers: Record<string, string>

Inherited from

FetcherInputBase.headers

Defined in

src/types.ts:45


method

method: "GET"

Defined in

src/types.ts:50


signal

Optional signal: AbortSignal

Inherited from

FetcherInputBase.signal

Defined in

src/types.ts:46


url

url: URL

Inherited from

FetcherInputBase.url

Defined in

src/types.ts:44