Add page pattern

This commit is contained in:
Peter Maquiran
2021-07-27 21:21:16 +01:00
parent 81c18a14ac
commit 34a16d6b17
4 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export class CallMeeting{
export class CallMeeting {
Message: string;
Attachment: {
Attachment: {
Source: number,
SourceId: string,
SourceName: string,
+10
View File
@@ -0,0 +1,10 @@
export class Excludetask{
serialNumber: any;
action: string;
ActionTypeId: any;
dataFields: {
ReviewUserComment?: string,
Note?: any
}
AttachmentList?: any
}