add trip image

This commit is contained in:
2026-04-16 16:26:29 +07:00
parent 237caad488
commit d0480df31a
43 changed files with 2334 additions and 214 deletions
+1
View File
@@ -10,5 +10,6 @@
*/
export type * from './models/User'
export type * from './models/Trip'
export type * from './models/TripImage'
export type * from './models/TripParticipant'
export type * from './commonInputTypes'