db updates and fixes
All checks were successful
Build And Push Image / docker (push) Successful in 3m59s

This commit is contained in:
2025-08-13 13:51:27 +02:00
parent a0153a76a4
commit d215dfedc7
5 changed files with 249 additions and 21 deletions

View File

@@ -441,6 +441,7 @@ export interface DuesCalculationUtils {
// Event Management System Types
export interface Event {
id: string;
event_id?: string; // Custom event identifier (e.g., "evt_1723555200_abc123")
title: string;
description: string;
event_type: 'meeting' | 'social' | 'fundraiser' | 'workshop' | 'board-only';