9 lines
227 B
TypeScript
9 lines
227 B
TypeScript
export enum PointOfInterestGroupEnum {
|
|
PUBLIC_TRANSPORT = "Public transport",
|
|
ATTRACTIONS = "Attractions",
|
|
BUSINESS = "Business",
|
|
LOCATION = "Location",
|
|
PARKING = "Parking",
|
|
SHOPPING_DINING = "Shopping & Dining",
|
|
}
|