add new day column to event table
This commit is contained in:
@@ -3,6 +3,8 @@ import type { Members } from './member';
|
||||
export interface Event {
|
||||
id: number;
|
||||
name: string;
|
||||
date?: string;
|
||||
day?: string;
|
||||
attendees: Members;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user