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
>