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 36dc881 commit f0fb779Copy full SHA for f0fb779
src/lib/types.ts
@@ -48,16 +48,6 @@ export type SupabaseClientOptions<SchemaName> = {
48
* Options passed to the realtime-js instance
49
*/
50
realtime?: RealtimeClientOptions
51
- /**
52
- * Options passed to the storage-js instance
53
- */
54
- // TODO: Add StorageOptions once ready
55
- storage?: Record<string, string>
56
57
- * Options passed to the functions-js instance
58
59
- // TODO: Add Function Options once ready
60
- functions?: Record<string, string>
61
/**
62
* A custom `fetch` implementation.
63
0 commit comments