Skip to content

Commit

Permalink
Merge pull request #213 from oliealex/fix/missing-type-values-search-…
Browse files Browse the repository at this point in the history
…response-hit

fix: missing type for field values on interface SearchResponseHit
  • Loading branch information
jasonbosco committed Jun 26, 2024
2 parents 05d5424 + 3e890ff commit f7ba556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Typesense/Documents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export interface SearchResponseHit<T extends DocumentSchema> {
field: keyof T;
snippet?: string;
value?: string;
values?: string[];
snippets?: string[];
indices?: number[];
matched_tokens: string[][] | string[];
Expand Down

0 comments on commit f7ba556

Please sign in to comment.