Skip to content

Commit

Permalink
fix: revert Search_Response
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-uz committed Dec 18, 2024
1 parent ce4a17f commit b181641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/_core/search.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ export type Search_RequestBody = {
version?: boolean;
}

export type Search_Response = ApiResponse & {
export interface Search_Response extends ApiResponse {
body: Search_ResponseBody;
}

export type Search_ResponseBody = Core_Search.ResponseBody

0 comments on commit b181641

Please sign in to comment.