export interface Park {
  id: string;
  name?: string;
}