This commit is contained in:
Peter Maquiran
2021-08-19 16:39:26 +01:00
parent 29add3f3d5
commit c7524089e5
9 changed files with 25 additions and 15 deletions
+4 -3
View File
@@ -18,6 +18,8 @@ export class Attachments {
ApplicationId: number | string
}
// details
export class FromSearchDocument {
ApplicationId: number
ApplicationID: number
@@ -28,7 +30,7 @@ export class FromSearchDocument {
SenderId: number
}
// details
export class SearchFolder {
ApplicationID: number
ApplicationId: number
@@ -51,5 +53,4 @@ export class SearchFolder {
SenderId: null | string
Status: string
folderId: number
}
}