Future-proof admin interface of the api, make the api fully capable of handling event status
This commit is contained in:
@@ -9,7 +9,8 @@ export interface Event {
|
||||
createdDate: Date;
|
||||
location: string;
|
||||
createdBy?: string;
|
||||
createdById: number,
|
||||
createdById: number;
|
||||
url: string;
|
||||
wholeDay: boolean;
|
||||
status?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user