Wrapping up for the day/week. It is my birthday weekend!

This commit is contained in:
Scott Idem
2024-08-09 19:01:45 -04:00
parent 9a1995dd9f
commit d7dfef4fe0
10 changed files with 240 additions and 57 deletions

View File

@@ -265,6 +265,8 @@ export interface Location {
external_id?: null|string;
code?: null|string;
type_code?: string;
event_id: string;
event_id_random: string;
@@ -317,7 +319,7 @@ export interface Session {
for_id: string;
for_id_random: string;
type_code: string;
type_code?: string;
event_id: string;
event_id_random: string;