Skip to content

postgrestx-monorepo v0.0.1


postgrestx-monorepo / core/src / FetchClientOptions

Interface: FetchClientOptions

Defined in: packages/core/src/postgrest/http.ts:25

Properties

fetch()?

optional fetch: (input, init?) => Promise<Response>

Defined in: packages/core/src/postgrest/http.ts:26

Parameters

input

string | URL | Request

init?

RequestInit

Returns

Promise<Response>