Skip to content

Commit 4765311

Browse files
committed
remove typealiases
1 parent 3deacb1 commit 4765311

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Sources/PostgREST/PostgrestClient.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import ConcurrencyExtras
22
import Foundation
33
import HTTPTypes
44

5-
public typealias PostgrestError = Helpers.PostgrestError
6-
public typealias HTTPError = Helpers.HTTPError
7-
public typealias AnyJSON = Helpers.AnyJSON
8-
95
#if canImport(FoundationNetworking)
106
import FoundationNetworking
117
#endif

Sources/Realtime/RealtimeClientV2.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import Foundation
1212
import FoundationNetworking
1313
#endif
1414

15-
public typealias JSONObject = Helpers.JSONObject
16-
1715
/// Factory function for returning a new WebSocket connection.
1816
typealias WebSocketTransport = @Sendable (_ url: URL, _ headers: [String: String]) async throws ->
1917
any WebSocket

0 commit comments

Comments
 (0)