This commit is contained in:
Peter Maquiran
2021-08-13 14:36:45 +01:00
parent 7fdb3610df
commit 6f6b05b359
9 changed files with 131 additions and 42 deletions
+9
View File
@@ -9,6 +9,15 @@ export class SearchDocument {
appName?: string;
}
export class Attachments {
Id?: number
Source: number
SourceId: any
SourceName: any
ApplicationId: number | string
}
export class FromSearchDocument {
ApplicationId: number
ApplicationID: number