Skip to content

Commit 215f6c0

Browse files
committed
Reexport PostgrestError type in PostgREST package
1 parent 90ec9ce commit 215f6c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/PostgREST/PostgrestClient.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import Foundation
22
@_spi(Internal) import _Helpers
33

4+
public typealias PostgrestError = _Helpers.PostgrestError
5+
46
#if canImport(FoundationNetworking)
57
import FoundationNetworking
68
#endif

0 commit comments

Comments
 (0)