chore: Add tripId field to Adventure interface and schema
This commit is contained in:
@@ -9,6 +9,7 @@ export interface Adventure {
|
||||
link?: string | undefined;
|
||||
imageUrl?: string | undefined;
|
||||
date?: string | undefined;
|
||||
tripId?: number | undefined;
|
||||
}
|
||||
|
||||
export interface Trip {
|
||||
|
||||
Reference in New Issue
Block a user