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 bf17bbb commit 9910500Copy full SHA for 9910500
packages/core/supabase-js/src/SupabaseClient.ts
@@ -2,9 +2,9 @@ import type { AuthChangeEvent } from '@supabase/auth-js'
2
import { FunctionsClient } from '@supabase/functions-js'
3
import {
4
PostgrestClient,
5
- type PostgrestFilterBuilder,
6
- type PostgrestQueryBuilder,
7
- type PostgrestQueryBuilderOptions,
+ PostgrestFilterBuilder,
+ PostgrestQueryBuilder,
+ PostgrestQueryBuilderOptions,
8
} from '@supabase/postgrest-js'
9
10
type RealtimeChannel,
0 commit comments