export interface IDraft { ApplicationId: string; Assunto: string; DocDate: string; DocId: string; DocNumber: string; FolderId: string; Sender: string; SourceDocId: string; content: string; path: string; ownerId: string; status: string; }