We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29752d6 commit 3e854b3Copy full SHA for 3e854b3
src/lib/types.ts
@@ -13,7 +13,6 @@ export type GenericObject = { [key: string]: string }
13
export type Fetch = typeof fetch
14
15
export type SupabaseClientOptions = {
16
- pf
17
/**
18
* The Postgres schema which your tables belong to. Must be on the list of exposed schemas in Supabase. Defaults to 'public'.
19
*/
@@ -63,7 +62,7 @@ export type SupabaseClientOptions = {
63
62
64
* A custom `fetch` implementation.
65
66
- fetch?: Optional<Fetch>
+ fetch?: Fetch
67
68
* Optional headers for initializing the client.
69
0 commit comments