fix(FE): Fix typos and dates

This commit is contained in:
Michael 2025-04-09 10:27:59 +02:00
parent 3f49b3c085
commit cd7627b3bb
3 changed files with 41 additions and 8 deletions

View file

@ -6,7 +6,7 @@ export interface calendarShowEvent {
title: string,
color: string,
start: Date,
end: Date
end: Date,
timed: boolean,
}