This commit is contained in:
tiago.kayaya
2021-05-07 15:27:31 +01:00
parent 642937605c
commit cd50681ae4
5 changed files with 11 additions and 17 deletions
-1
View File
@@ -5,7 +5,6 @@ export class Despacho{
DistributionType: string;
CountryCode: string;
Priority: string;
SubjectTypes: any[];
UserEmail: string;
UsersSelected: Participant[];
DispatchFolder: Folder;
+1 -1
View File
@@ -6,5 +6,5 @@ export class Folder{
SouceType:string;
SourceId:string;
DeadlineType: string;
SubjectTypes: number[];
SubjectTypes: string[];
}