Skip to content

Commit c511128

Browse files
uncvrdsoedirgo
authored andcommitted
fix: export unstable GetResult type
1 parent 2a729af commit c511128

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ export type {
2929
PostgrestSingleResponse,
3030
PostgrestMaybeSingleResponse,
3131
} 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

Comments
 (0)