Skip to content

Commit f7ba556

Browse files
authored
Merge pull request #213 from oliealex/fix/missing-type-values-search-response-hit
fix: missing type for field values on interface SearchResponseHit
2 parents 05d5424 + 3e890ff commit f7ba556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Typesense/Documents.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export interface SearchResponseHit<T extends DocumentSchema> {
102102
field: keyof T;
103103
snippet?: string;
104104
value?: string;
105+
values?: string[];
105106
snippets?: string[];
106107
indices?: number[];
107108
matched_tokens: string[][] | string[];

0 commit comments

Comments
 (0)