본문으로 건너뛰기

Interface: FetchApiRequest<K>

Type Parameters

K = unknown

Properties

body?

optional body: unknown

Defined in

packages/fetch/src/fetch.ts:18


config?

optional config: Omit<RequestInit, "method" | "body">

Defined in

packages/fetch/src/fetch.ts:20


method?

optional method: Method

Defined in

packages/fetch/src/fetch.ts:17


params?

optional params: K

Defined in

packages/fetch/src/fetch.ts:16


timeout?

optional timeout: number

Defined in

packages/fetch/src/fetch.ts:19


url

url: string

Defined in

packages/fetch/src/fetch.ts:15