allow overlap (note) tags
This commit is contained in:
@@ -134,6 +134,7 @@ export interface TripRecord {
|
||||
end_date: string;
|
||||
attendees: Record<string, string>;
|
||||
available_tags: string[];
|
||||
overlap_tags: string[];
|
||||
created_at: string;
|
||||
events?: TripEvent[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user