Adding two constants that are defined in the node module

This commit is contained in:
elizabethkilson
2016-11-11 17:12:02 -05:00
parent f5ab2df94e
commit 1ccda2e1c0

View File

@@ -169,6 +169,20 @@ declare module HelloSign {
*/
EVENT_CANCELED: string;
/**
* The user sent a signature request
*
* @default signature_request_sent
*/
EVENT_SENT: string;
/**
* The template was created or edited
*
* @default template_created
*/
EVENT_TEMPLATE_CREATED: string;
/**
* An error occurred in the iFrame
*