Skip to content

Commit

Permalink
Rollback change
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jul 18, 2023
1 parent d8e35b4 commit 6c5d339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ export type SearchResponse<
> = {
hits: Hits<T>
processingTimeMs: number
query: string
facetDistribution?: FacetDistribution
query: string
facetStats?: FacetStats
vector?: number[]
vector: number[]
} & (undefined extends S
? Partial<FinitePagination & InfinitePagination>
: true extends IsFinitePagination<NonNullable<S>>
Expand Down

0 comments on commit 6c5d339

Please sign in to comment.