From e7d0beb1232af464a4edd3dc4e31bc00cad8c242 Mon Sep 17 00:00:00 2001 From: whysman Date: Sun, 27 Apr 2025 10:32:53 -0400 Subject: [PATCH] added location id --- components/Location.tsx | 1 + 1 file changed, 1 insertion(+) 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;