Add end_time field to Event model
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Event {
|
||||
title: string;
|
||||
description: string;
|
||||
start_time: string;
|
||||
end_time: string;
|
||||
}
|
||||
|
||||
export async function getEvents(): Promise<Event[]> {
|
||||
|
||||
Reference in New Issue
Block a user