This commit is contained in:
2026-05-12 11:44:31 -04:00
parent 290ff0bc1e
commit ed1293933f
4 changed files with 53 additions and 17 deletions
+1
View File
@@ -24,6 +24,7 @@ export type EventItem = {
end_datetime?: string;
location_text?: string;
registration_link?: string;
realimage?: string | { id?: string; filename_download?: string; title?: string };
status?: string;
is_featured?: boolean;
tags?: string[];