UNPKG
@apihawk/document-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.1
The ApiHawk Document SDK
@apihawk/document-sdk
/
lib
/
services
/
document-sdk.types.d.ts
11 lines
(10 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
IDocumentArchiveEntity
{
document_id
:
number
;
template_id
:
number
;
file_name
:
string
;
file
:
string
;
status
:
string
;
data
?:
any
;
created
:
string
;
updated
:
string
; }