db updates and fixes
All checks were successful
Build And Push Image / docker (push) Successful in 3m59s
All checks were successful
Build And Push Image / docker (push) Successful in 3m59s
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user