general category trip
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1030,7 +1030,8 @@ export const TripScalarFieldEnum = {
|
||||
id: 'id',
|
||||
title: 'title',
|
||||
description: 'description',
|
||||
mountain: 'mountain',
|
||||
category: 'category',
|
||||
destination: 'destination',
|
||||
location: 'location',
|
||||
meetingPoint: 'meetingPoint',
|
||||
itinerary: 'itinerary',
|
||||
@@ -1179,6 +1180,20 @@ export type ListEnumVerificationStatusFieldRefInput<$PrismaModel> = FieldRefInpu
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'ActivityCategory'
|
||||
*/
|
||||
export type EnumActivityCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActivityCategory'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'ActivityCategory[]'
|
||||
*/
|
||||
export type ListEnumActivityCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActivityCategory[]'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'TripStatus'
|
||||
*/
|
||||
|
||||
@@ -139,7 +139,8 @@ export const TripScalarFieldEnum = {
|
||||
id: 'id',
|
||||
title: 'title',
|
||||
description: 'description',
|
||||
mountain: 'mountain',
|
||||
category: 'category',
|
||||
destination: 'destination',
|
||||
location: 'location',
|
||||
meetingPoint: 'meetingPoint',
|
||||
itinerary: 'itinerary',
|
||||
|
||||
Reference in New Issue
Block a user