This commit is contained in:
Peter Maquiran
2021-08-20 12:02:27 +01:00
parent edb1a5c9d9
commit 375eeda2ca
31 changed files with 258 additions and 166 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ export class DocumentSetUpMeeting {
"Body": string,
"Location": string,
"Subject": string,
"StartDate"?: string,
"EndDate"?: string,
"StartDate"?: string | Date,
"EndDate"?: string | Date,
"ReviewUserComment"?: string,
"MDName"?: string,
"MDEmail"?: string,