mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Add types
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export class SearchDocument {
|
||||
|
||||
ApplicationType: number | string;
|
||||
Assunto: string;
|
||||
Data: string;
|
||||
@@ -9,3 +8,40 @@ export class SearchDocument {
|
||||
Id: string;
|
||||
appName?: string;
|
||||
}
|
||||
|
||||
export class FromSearchDocument {
|
||||
ApplicationId: number
|
||||
ApplicationID: number
|
||||
Assunto: string
|
||||
DocDate: string
|
||||
DocId: number
|
||||
DocID?: number
|
||||
Sender: string
|
||||
SenderId: number
|
||||
}
|
||||
|
||||
|
||||
export class SearchFolder {
|
||||
ApplicationID: number
|
||||
ApplicationId: number
|
||||
Assunto:string
|
||||
DateDispatch: string
|
||||
DispatchNumber: string
|
||||
Docs: string
|
||||
Documents: {
|
||||
Assunto: string
|
||||
DocDate: string
|
||||
DocId: number
|
||||
DocNumber: string
|
||||
Sender: string
|
||||
}[]
|
||||
DocumentsTotal: 2
|
||||
IntervenerList: string[]
|
||||
Interveners: string
|
||||
Nature:string
|
||||
Sender: null | string
|
||||
SenderId: null | string
|
||||
Status: string
|
||||
folderId: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user