Skip to content

Commit 6f17392

Browse files
committed
✨ add outcome to CallEventWithIntegrationEntities
1 parent dfef007 commit 6f17392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/call-event.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ export interface CallEvent {
3535

3636
export interface CallEventWithIntegrationEntities extends CallEvent {
3737
integrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
38+
outcome?: string;
3839
}

0 commit comments

Comments
 (0)