mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add tiny to viewer
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
interface Document {
|
||||
ApplicationId: string;
|
||||
Assunto: string;
|
||||
DocDate: string;
|
||||
DocId: string;
|
||||
DocNumber: string;
|
||||
FolderId: string;
|
||||
Sender: string;
|
||||
SourceDocId: string;
|
||||
content: string;
|
||||
path: string;
|
||||
ownerId: string;
|
||||
status: string;
|
||||
}
|
||||
Reference in New Issue
Block a user