Skip to content

Commit a119194

Browse files
bidoubiwaqdequele
andauthored
Update src/types.ts
Co-Authored-By: Quentin de Quelen <[email protected]>
1 parent e8e7bce commit a119194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ export interface AsyncUpdateId {
1515
}
1616

1717
export interface Settings {
18-
rankingDistinct?: string
18+
distinctAttribute?: string
1919
searchableAttributes?: string[]
2020
displayedAttributes?: string[]
21-
distinctField?: string
2221
rankingRules?: {
2322
[field: string]: string
2423
}

0 commit comments

Comments
 (0)