Skip to content

Commit

Permalink
fix: export unstable GetResult type
Browse files Browse the repository at this point in the history
  • Loading branch information
uncvrd authored and soedirgo committed Dec 4, 2024
1 parent 2a729af commit c511128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ export type {
PostgrestSingleResponse,
PostgrestMaybeSingleResponse,
} from './types'
// https://github.com/supabase/postgrest-js/issues/551
// To be replaced with a helper type that only uses public types
export type { GetResult as UnstableGetResult } from './select-query-parser/result'

0 comments on commit c511128

Please sign in to comment.