diff --git a/components/Location.tsx b/components/Location.tsx index 0672ae3..ecad934 100644 --- a/components/Location.tsx +++ b/components/Location.tsx @@ -18,6 +18,7 @@ export const API_URL = process.env.EXPO_PUBLIC_API_URL; const BUTTON_WIDTH = 260; type Park = { + Id: string; name: string; address: string; city: string;