added location id
This commit is contained in:
parent
7c7f9de208
commit
e7d0beb123
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user