general category trip
This commit is contained in:
@@ -28,6 +28,22 @@ export const TripStatus = {
|
||||
export type TripStatus = (typeof TripStatus)[keyof typeof TripStatus]
|
||||
|
||||
|
||||
export const ActivityCategory = {
|
||||
HIKING: 'HIKING',
|
||||
CAMPING: 'CAMPING',
|
||||
SNORKELING: 'SNORKELING',
|
||||
DIVING: 'DIVING',
|
||||
ISLAND_HOPPING: 'ISLAND_HOPPING',
|
||||
CITY_TRIP: 'CITY_TRIP',
|
||||
CULINARY: 'CULINARY',
|
||||
CONCERT: 'CONCERT',
|
||||
WORKSHOP: 'WORKSHOP',
|
||||
RETREAT: 'RETREAT'
|
||||
} as const
|
||||
|
||||
export type ActivityCategory = (typeof ActivityCategory)[keyof typeof ActivityCategory]
|
||||
|
||||
|
||||
export const ParticipantStatus = {
|
||||
PENDING: 'PENDING',
|
||||
CONFIRMED: 'CONFIRMED',
|
||||
|
||||
Reference in New Issue
Block a user