We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec9ce commit 215f6c0Copy full SHA for 215f6c0
Sources/PostgREST/PostgrestClient.swift
@@ -1,6 +1,8 @@
1
import Foundation
2
@_spi(Internal) import _Helpers
3
4
+public typealias PostgrestError = _Helpers.PostgrestError
5
+
6
#if canImport(FoundationNetworking)
7
import FoundationNetworking
8
#endif
0 commit comments