UNPKG

@apihawk/document-sdk

Version:

The ApiHawk Document SDK

11 lines (10 loc) 213 B
export interface IDocumentArchiveEntity { document_id: number; template_id: number; file_name: string; file: string; status: string; data?: any; created: string; updated: string; }