Skip to content

Commit 169f804

Browse files
committed
♻️ move outcome property to base CallEvent interface
1 parent 426d3b9 commit 169f804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/call-event.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export interface CallEvent {
3131
participants: CallParticipant[];
3232
note: string;
3333
state: CallState;
34+
outcome?: string;
3435
}
3536

3637
export interface CallEventWithIntegrationEntities extends CallEvent {
3738
integrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
38-
outcome?: string;
3939
}

0 commit comments

Comments
 (0)