Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AuthClient } from '@supabase/auth-js'
import { RealtimeClientOptions } from '@supabase/realtime-js'
import { PostgrestError } from '@supabase/postgrest-js'
import { StorageClientOptions } from '@supabase/storage-js/dist/module/StorageClient'
import type { StorageClientOptions } from '@supabase/storage-js'

Check failure on line 4 in src/lib/types.ts

View workflow job for this annotation

GitHub Actions / Unit + Type Check / Node.js 20 / OS windows-latest

Module '"@supabase/storage-js"' has no exported member 'StorageClientOptions'.

Check failure on line 4 in src/lib/types.ts

View workflow job for this annotation

GitHub Actions / Build supabase-js package

Module '"@supabase/storage-js"' has no exported member 'StorageClientOptions'.

Check failure on line 4 in src/lib/types.ts

View workflow job for this annotation

GitHub Actions / Unit + Type Check / Node.js 20 / OS ubuntu-latest

Module '"@supabase/storage-js"' has no exported member 'StorageClientOptions'.

Check failure on line 4 in src/lib/types.ts

View workflow job for this annotation

GitHub Actions / Unit + Type Check / Node.js 20 / OS macos-latest

Module '"@supabase/storage-js"' has no exported member 'StorageClientOptions'.

type AuthClientOptions = ConstructorParameters<typeof AuthClient>[0]

Expand Down
Loading