This commit is contained in:
Peter Maquiran
2021-07-27 16:53:37 +01:00
parent 8eab9e67d7
commit 4fcafe1fd9
5 changed files with 56 additions and 91 deletions
+9
View File
@@ -0,0 +1,9 @@
export class CallMeeting{
Message: string;
Attachment: {
Source: number,
SourceId: string,
SourceName: string,
ApplicationId: number
}
}