add booking and payment schema
This commit is contained in:
@@ -16,4 +16,6 @@ export type * from './models/Trip'
|
||||
export type * from './models/TripReview'
|
||||
export type * from './models/TripImage'
|
||||
export type * from './models/TripParticipant'
|
||||
export type * from './models/Booking'
|
||||
export type * from './models/Payment'
|
||||
export type * from './commonInputTypes'
|
||||
Reference in New Issue
Block a user