add tiny to viewer

This commit is contained in:
Peter Maquiran
2024-02-22 15:42:04 +01:00
parent 7583bf5306
commit e778039632
9 changed files with 185 additions and 40 deletions
+14
View File
@@ -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;
}