Calendar edit Modal
This commit is contained in:
parent
792be3b497
commit
747adf7c69
6 changed files with 316 additions and 8 deletions
|
@ -2,8 +2,8 @@ import type { CalendarTypeViewModel } from "./calendarType.models";
|
|||
|
||||
export interface CalendarViewModel {
|
||||
id: string;
|
||||
starttime: Date;
|
||||
endtime: Date;
|
||||
starttime: string;
|
||||
endtime: string;
|
||||
title: string;
|
||||
content: string;
|
||||
location: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue