We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4947f01 commit 0d9e2c6Copy full SHA for 0d9e2c6
src/models/adapter.model.ts
@@ -40,7 +40,7 @@ export interface Adapter {
40
updateCallEvent?: (
41
config: Config,
42
id: string,
43
- event: UpdateCallEventBody
+ event: CallEvent
44
) => Promise<void>;
45
deleteCalendarEvent?: (config: Config, id: string) => Promise<void>;
46
handleCallEvent?: (config: Config, event: CallEvent) => Promise<string>;
0 commit comments