Skip to content

Commit f0fb779

Browse files
chore: remove custom functions and storage options
1 parent 36dc881 commit f0fb779

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/types.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ export type SupabaseClientOptions<SchemaName> = {
4848
* Options passed to the realtime-js instance
4949
*/
5050
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>
6151
/**
6252
* A custom `fetch` implementation.
6353
*/

0 commit comments

Comments
 (0)