Skip to content
Snippets Groups Projects
Commit e52c2901 authored by Taha Cherfia's avatar Taha Cherfia
Browse files

HOLI-5486: update api types

parent 7f991407
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@ export type ApiSearchEngagementsResponse =
}
| { success: boolean };
export type ApiCitiesResponse = string[];
export type ApiCategoriesResponse = string[];
export enum ApiRoutes {
......@@ -39,4 +37,6 @@ export enum ApiRoutes {
export enum ApiDefaults {
CITY = "ALL_CITIES",
MIN_RADIUS = 5,
MAX_RADIUS = 50,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment