This commit is contained in:
Peter Maquiran
2024-02-29 09:40:51 +01:00
parent fcc75eb8e2
commit b47154d313
56 changed files with 225 additions and 3383 deletions
+2 -2
View File
@@ -6,6 +6,6 @@ export class Folder{
SourceType:string;
SourceId:string;
DeadlineType: string;
SubjectTypes: string[];
SubjectTypes: string;
NumberPDPP:string;
}
}