mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve local storage and fix expediente task strature
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
export interface ExpedienteFullTaskWorkflowInstanceDataFields {
|
||||
FolderID: number;
|
||||
Sender: string;
|
||||
Subject: string;
|
||||
Status: string;
|
||||
}
|
||||
|
||||
export interface ExpedienteFullTask {
|
||||
serialNumber: string;
|
||||
taskStartDate: string;
|
||||
workflowDisplayName: string;
|
||||
activityInstanceName: string;
|
||||
totalDocuments: number;
|
||||
workflowInstanceDataFields: ExpedienteFullTaskWorkflowInstanceDataFields;
|
||||
}
|
||||
Reference in New Issue
Block a user