Open maybebansky opened 10 months ago
If i have this line: Crisp.message.onMessageSent((data) => {
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?
Function
If i have this line:
Crisp.message.onMessageSent((data) => {
I get a TypeScript error:
The return type is just
Function
, could it be more specific?