allow overlap (note) tags

This commit is contained in:
Logan
2026-06-21 15:52:15 -04:00
parent 47430827d4
commit 981f03ac06
5 changed files with 98 additions and 27 deletions
+1
View File
@@ -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[];
}