Add new columns to userPlannedAdventures table and update Adventure interface
This commit is contained in:
@@ -2,7 +2,7 @@ export interface Adventure {
|
||||
id?: number;
|
||||
name?: string;
|
||||
location?: string | undefined;
|
||||
created?: string | undefined;
|
||||
date?: string | undefined;
|
||||
description?: string | undefined;
|
||||
activityTypes?: string[] | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user