We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6d703 commit f6f55d6Copy full SHA for f6f55d6
1 file changed
client/src/app/features/search/apis/search-api.ts
@@ -20,8 +20,7 @@ export type SearchParams = {
20
perPage?: number;
21
};
22
23
-// Used only inside searchHeritages, no need to export
24
-type ApiSearchResponse = {
+export type ApiSearchResponse = {
25
status: "success" | "error";
26
data: {
27
items: ApiWorldHeritageDto[];
0 commit comments