Edit event show attachment

This commit is contained in:
Peter Maquiran
2021-04-19 18:03:41 +01:00
parent 8b26ffd9a5
commit e794c12872
5 changed files with 69 additions and 17 deletions
+1
View File
@@ -2,6 +2,7 @@ export class Attachment {
Id: number;
ParentId: string;
Sources: Sources;
Source?: Sources;
SourceId: string;
Description: string;
SourceName: string;