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 dfef007 commit 6f17392Copy full SHA for 6f17392
src/models/call-event.model.ts
@@ -35,4 +35,5 @@ export interface CallEvent {
35
36
export interface CallEventWithIntegrationEntities extends CallEvent {
37
integrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
38
+ outcome?: string;
39
}
0 commit comments