Include Calls (#720)

* Get Call module

* The call event

* Update onCall index.d.ts
This commit is contained in:
tuyuribr
2021-07-17 01:05:53 -03:00
committed by GitHub
parent 449d0f01d8
commit cdede835af
6 changed files with 136 additions and 3 deletions

View File

@@ -13,5 +13,6 @@ module.exports = {
GroupNotification: require('./GroupNotification'),
Label: require('./Label.js'),
Order: require('./Order'),
Product: require('./Product')
Product: require('./Product'),
Call: require('./Call')
};