added location id

This commit is contained in:
whysman 2025-04-27 10:32:53 -04:00
parent 7c7f9de208
commit e7d0beb123

View File

@ -18,6 +18,7 @@ export const API_URL = process.env.EXPO_PUBLIC_API_URL;
const BUTTON_WIDTH = 260; const BUTTON_WIDTH = 260;
type Park = { type Park = {
Id: string;
name: string; name: string;
address: string; address: string;
city: string; city: string;