crisp-im / crisp-sdk-web

:package: Include the Crisp chat widget from using frameworks such as React, VueJS, Angular...
https://www.npmjs.com/package/crisp-sdk-web
MIT License
40 stars 13 forks source link

Callback for Crisp.message.onMessageSent missing TypeScript definition #27

Open maybebansky opened 8 months ago

maybebansky commented 8 months ago

If i have this line: Crisp.message.onMessageSent((data) => {

I get a TypeScript error:

TS7006: Parameter data implicitly has an any type.

The return type is just Function, could it be more specific?