@vivocha/public-entities
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -60,1 +60,5 @@ export interface BasicContactCreationOptions { | ||
} | ||
export interface ClientContactEventHandler { | ||
event: string; | ||
handler: (...args: any[]) => void; | ||
} |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"description": "Vivocha public entities and types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
79119
2405