Upgrade to proper user management
This commit is contained in:
@@ -8,7 +8,8 @@ export interface Event {
|
||||
endDateTime: Date;
|
||||
createdDate: Date;
|
||||
location: string;
|
||||
createdBy: string;
|
||||
createdBy?: string;
|
||||
createdById: number,
|
||||
url: string;
|
||||
wholeDay: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user