UNPKG
@signnow/api-client
Version:
latest (3.1.0)
3.1.0
3.0.0
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
SignNow REST Service Wrapper
github.com/signnow/SignNowNodeSDK
signnow/SignNowNodeSDK
@signnow/api-client
/
dist
/
api
/
documentGroup
/
response
/
data
/
document
/
document.d.ts
11 lines
(10 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Thumbnail
}
from
'./thumbnail'
;
export
interface
Document
{
id
:
string
;
roles
:
string
[];
document_name
:
string
;
thumbnail
:
Thumbnail
;
origin_document_id
?:
string
|
null
;
has_unassigned_field
?:
boolean
;
has_credit_card_number
?:
boolean
; }