Skip to content

Commit f6f55d6

Browse files
committed
Revert "chore: drop unused export of ApiSearchResponse"
This reverts commit 9c6d703.
1 parent 9c6d703 commit f6f55d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

client/src/app/features/search/apis/search-api.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export type SearchParams = {
2020
perPage?: number;
2121
};
2222

23-
// Used only inside searchHeritages, no need to export
24-
type ApiSearchResponse = {
23+
export type ApiSearchResponse = {
2524
status: "success" | "error";
2625
data: {
2726
items: ApiWorldHeritageDto[];

0 commit comments

Comments
 (0)