Skip to content

Commit

Permalink
fix: pass through function types
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Aug 16, 2022
1 parent 1814be2 commit 03259e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Expand Up @@ -9,6 +9,12 @@ export type {
PostgrestMaybeSingleResponse,
PostgrestError,
} from '@supabase/postgrest-js'
export {
FunctionsHttpError,
FunctionsFetchError,
FunctionsRelayError,
FunctionsError,
} from '@supabase/functions-js'
export * from '@supabase/realtime-js'
export { default as SupabaseClient } from './SupabaseClient'
export type { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'
Expand Down

0 comments on commit 03259e0

Please sign in to comment.