Skip to content

Commit

Permalink
fix: missing type values search response hit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliealex committed Jun 26, 2024
1 parent 05d5424 commit 3e890ff
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 3e890ff

Please sign in to comment.