We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a729af commit c511128Copy full SHA for c511128
src/index.ts
@@ -29,3 +29,6 @@ export type {
29
PostgrestSingleResponse,
30
PostgrestMaybeSingleResponse,
31
} from './types'
32
+// https://github.com/supabase/postgrest-js/issues/551
33
+// To be replaced with a helper type that only uses public types
34
+export type { GetResult as UnstableGetResult } from './select-query-parser/result'
0 commit comments