mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Adding two constants that are defined in the node module
This commit is contained in:
14
hellosign-embedded/hellosign-embedded.d.ts
vendored
14
hellosign-embedded/hellosign-embedded.d.ts
vendored
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user