Skip to content

Commit 0c4e84a

Browse files
authored
Merge pull request #267 from jperezr21/patch-1
Make MultiSearchResponse public again
2 parents 1850210 + 2f6ed61 commit 0c4e84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typesense/MultiSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface UnionSearchResponse<T extends DocumentSchema>
3636
union_request_params: SearchResponseRequestParams[];
3737
}
3838

39-
type MultiSearchResponse<
39+
export type MultiSearchResponse<
4040
U extends boolean | undefined,
4141
T extends DocumentSchema[],
4242
> = U extends true

0 commit comments

Comments
 (0)