Skip to content

Commit

Permalink
fix(callForward): callforward types
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys committed Jun 2, 2023
1 parent e494a0a commit a880d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webexcalling/src/ICallForwardAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ export interface IVoicemailSettingsResponse {

export interface ICallSettingsAdapter {
getCallForwardSettings(): Observable<IAlways>;
getVoicemailSetting():Observable<IVoicemailSettingsResponse>;
getVoicemailSetting():Observable<IVoicemailSetting>;
}
//# sourceMappingURL=ICallForwardAdapter.d.ts.map

0 comments on commit a880d48

Please sign in to comment.