Skip to content

Commit e50f31f

Browse files
committed
Add typealias Client for SearchClient to simplify the transition
1 parent 796d1b7 commit e50f31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/AlgoliaSearchClient/Client/Search/SearchClient.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import Foundation
99

10+
typealias Client = SearchClient
11+
1012
/// Client to perform operations on indices.
1113
public struct SearchClient: Credentials {
1214

0 commit comments

Comments
 (0)