Skip to content

Commit 03259e0

Browse files
committed
fix: pass through function types
1 parent 1814be2 commit 03259e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ export type {
99
PostgrestMaybeSingleResponse,
1010
PostgrestError,
1111
} from '@supabase/postgrest-js'
12+
export {
13+
FunctionsHttpError,
14+
FunctionsFetchError,
15+
FunctionsRelayError,
16+
FunctionsError,
17+
} from '@supabase/functions-js'
1218
export * from '@supabase/realtime-js'
1319
export { default as SupabaseClient } from './SupabaseClient'
1420
export type { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'

0 commit comments

Comments
 (0)